Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |