NdrProxyErrorHandler 함수(rpcproxy.h)
NdrProxyErrorHandler 함수는 RPC 기능 코드를 사용하여 예외를 HRESULT에 매핑합니다.
구문
HRESULT NdrProxyErrorHandler(
[in] DWORD dwExceptionCode
);
매개 변수
[in] dwExceptionCode
매핑할 예외 코드입니다.
반환 값
HRESULT를 반환합니다.
요구 사항
지원되는 최소 클라이언트 | Windows 2000 Professional [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows 2000 Server [데스크톱 앱 | UWP 앱] |
대상 플랫폼 | Windows |
헤더 | rpcproxy.h |
라이브러리 | Rpcrt4.lib |
DLL | Rpcrt4.dll |