NdrProxyErrorHandler function
The NdrProxyErrorHandler function maps an exception into an HRESULT, with RPC facility code.
Syntax
RPCRTAPI HRESULT RPC_ENTRY NdrProxyErrorHandler( _In_ DWORD dwExceptionCode );
Parameters
- dwExceptionCode [in]
-
Exception code to be mapped.
Return value
Returns the HRESULT.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: