pStatus | ULONG * | May legally be NULL. If non-NULL, then if either (i) an RPC-infrastructure-detected server-object fault (such as a server object bug caused an exception which was caught by the RPC infrastructure), or (ii) an RPC communications failure occurs, then at this location a status code is written which describes what happened. In the two error cases, the errors E_RPCFAULT and E_RPCSTATUS are (respectively) returned (and are always returned when these errors occur, irrespective of the NULL-ness of pStatus). |