NdrDllRegisterProxy Function

The NdrDllRegisterProxy function creates a registry entry for the interfaces contained in the proxy DLL.

Syntax

C++
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 clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderRpcproxy.h
LibraryRpcRT4.lib
DLLRpcRT4.dll

 

 

Send comments about this topic to Microsoft

Build date: 1/14/2010

Tags :


Page view tracker