RpcExceptionCode
The RpcExceptionCode
function returns the exception code of an exception.
unsigned
long RpcExceptionCode(VOID);
Remarks
The RpcExceptionCode
function can only be called from within the expression and exception
statements of an RpcTryExcept exception handler.
Return Values
No value is
returned.
See Also