The NdrDllRegisterProxy function creates a registry entry for the interfaces contained in the proxy DLL.
Syntax
RPCRTAPI HRESULT RPC_ENTRY NdrDllRegisterProxy(
__in HMODULE hDll,
__in const ProxyFileInfo **pProxyFileList,
__in const CLSID *pclsid
);
Parameters
- hDll [in]
-
Handle to the proxy DLL.
- pProxyFileList [in]
-
Pointer to a ProxyFileInfo structure generated by MIDL.
- pclsid [in]
-
Pointer to the class identifier of the proxy being registered.
Return Value
Returns S_OK on success.
Requirements
| Minimum supported client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Header | Rpcproxy.h |
| Library | RpcRT4.lib |
| DLL | RpcRT4.dll |
Send comments about this topic to Microsoft
Build date: 1/14/2010