Previous Topic: Related FunctionsNext Topic: ProxyStartTracing


Example

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