Previous Topic: Related FunctionsNext Topic: ProxyExecuteAsync


Example

if (ProxyExecute(&SERVER_DETAIL_DIVISION, psParamBlock, errMsg, errMsgLen)
  != Success)
{
  printf("Unsuccessful return from ProxyExecute \n");
  printf("errMsg = %s\n",errMsg);
  ProxyTraceOut(NULL, errMsg);
  return (Failure);
}