NdrDllRegisterProxy function
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 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 11/23/2012