NdrProxyErrorHandler-Funktion (rpcproxy.h)
Die NdrProxyErrorHandler-Funktion ordnet eine Ausnahme einem HRESULT mit RPC-Einrichtungscode zu.
Syntax
HRESULT NdrProxyErrorHandler(
[in] DWORD dwExceptionCode
);
Parameter
[in] dwExceptionCode
Ausnahmecode, der zugeordnet werden soll.
Rückgabewert
Gibt das HRESULT zurück.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 2000 Professional [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows 2000 Server [Desktop-Apps | UWP-Apps] |
Zielplattform | Windows |
Kopfzeile | rpcproxy.h |
Bibliothek | Rpcrt4.lib |
DLL | Rpcrt4.dll |