Previous Topic: Related FunctionsNext Topic: ProxyClearCommand


Example

int ReturnVal;
ReturnVal = ProxyClearClientUserid(psParamBlock);
if (ReturnVal == Failure)
{
  printf("Unsuccessful return from ProxyClearClientUserid\n");
  return (Failure);
}