This topic has not yet been rated - Rate this topic

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

Rpcproxy.h

Library

RpcRT4.lib

DLL

RpcRT4.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/23/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.