What is the reason why zone.exe is giving this error?
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
if( success != error )
{
*tResult = 7;
return FALSE;
}
or
if( 0 != -1 )
{
*tResult = 7;
return FALSE;
}