NdrProxyErrorHandler function (rpcproxy.h)

The NdrProxyErrorHandler function maps an exception into an HRESULT, with RPC facility code.

Syntax

HRESULT NdrProxyErrorHandler(
  [in] DWORD dwExceptionCode
);

Parameters

[in] dwExceptionCode

Exception code to be mapped.

Return value

Returns the HRESULT.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header rpcproxy.h
Library Rpcrt4.lib
DLL Rpcrt4.dll