Previous Topic: Related FunctionsNext Topic: ProxyClearParamBlock


Example

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