Previous Topic: Related FunctionsNext Topic: ProxySetClientPassword


Example

ProxyIgnoreAsyncResponseReturnValue ReturnVal;
ReturnVal = ProxyIgnoreAsyncResponse(requested);
If (ReturnVal != IgnoreAsyncResponseIgnored)
{
   printf("Unsuccessful return from ProxyIgnoreAsyncResponse \n");
   return (Failure);
}