NdrDllRegisterProxy function (rpcproxy.h)
The NdrDllRegisterProxy function creates a registry entry for the interfaces contained in the proxy DLL.
Syntax
HRESULT NdrDllRegisterProxy(
[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 the class identifier of the proxy being registered.
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 |