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 | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: