NdrProxyErrorHandler 函式 (rpcproxy.h)
NdrProxyErrorHandler函式會使用 RPC 設備代碼,將例外狀況對應至 HRESULT。
語法
HRESULT NdrProxyErrorHandler(
[in] DWORD dwExceptionCode
);
參數
[in] dwExceptionCode
要對應的例外狀況程式碼。
傳回值
傳回 HRESULT。
需求
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | rpcproxy.h |
程式庫 | Rpcrt4.lib |
Dll | Rpcrt4.dll |