Previous Topic: Related FunctionsNext Topic: ProxyClearDialect


Example

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