หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The NdrDllUnregisterProxy function removes a registry entry for the interfaces contained in the proxy DLL.
Syntax
HRESULT NdrDllUnregisterProxy(
[in] HMODULE hDll,
[in] const ProxyFileInfo **pProxyFileList,
[in] const CLSID *pclsid
);
Parameters
[in] hDll
Handle to the proxy DLL.
[in] pProxyFileList
Pointer to a ProxyFileInfo structure generated by MIDL.
[in] pclsid
Pointer to a class identifier of the proxy being unregistered.
Return value
Returns S_OK on success.
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 |