NdrDllUnregisterProxy 函式 (rpcproxy.h)
NdrDllUnregisterProxy 函式會移除 Proxy DLL 中包含的介面登錄專案。
語法
HRESULT NdrDllUnregisterProxy(
[in] HMODULE hDll,
[in] const ProxyFileInfo **pProxyFileList,
[in] const CLSID *pclsid
);
參數
[in] hDll
Proxy DLL 的句柄。
[in] pProxyFileList
MIDL 所產生的 ProxyFileInfo 結構的指標。
[in] pclsid
要取消註冊之 Proxy 的類別標識碼指標。
傳回值
傳回成功時S_OK。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | rpcproxy.h |
程式庫 | Rpcrt4.lib |
Dll | Rpcrt4.dll |