Previous Topic: Related FunctionsNext Topic: ProxyClearExitStateMsg


Example

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