ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Classes | |
struct | tagProxyFileInfo |
struct | tagCInterfaceProxyHeader |
struct | tagCInterfaceProxyVtbl |
struct | tagCInterfaceStubHeader |
struct | tagCInterfaceStubVtbl |
struct | tagCStdStubBuffer |
struct | tagCStdPSFactoryBuffer |
Typedefs | |
typedef struct tagCInterfaceStubVtbl * | PCInterfaceStubVtblList |
typedef struct tagCInterfaceProxyVtbl * | PCInterfaceProxyVtblList |
typedef const char * | PCInterfaceName |
typedef int __stdcall | IIDLookupRtn(const IID *pIID, int *pIndex) |
typedef IIDLookupRtn * | PIIDLookup |
typedef struct tagProxyFileInfo | ProxyFileInfo |
typedef ProxyFileInfo | ExtendedProxyFileInfo |
typedef struct tagCInterfaceProxyHeader | CInterfaceProxyHeader |
typedef struct tagCInterfaceProxyVtbl | CInterfaceProxyVtbl |
typedef void(__RPC_STUB * | PRPC_STUB_FUNCTION) (IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *pdwStubPhase) |
typedef struct tagCInterfaceStubHeader | CInterfaceStubHeader |
typedef struct tagCInterfaceStubVtbl | CInterfaceStubVtbl |
typedef struct tagCStdStubBuffer | CStdStubBuffer |
typedef struct tagCStdPSFactoryBuffer | CStdPSFactoryBuffer |
#define __midl_proxy |
Definition at line 27 of file rpcproxy.h.
#define __RPCPROXY_H_VERSION__ ( 399 ) |
Definition at line 21 of file rpcproxy.h.
Definition at line 71 of file rpcproxy.h.
#define CLSID_PSFACTORYBUFFER |
Definition at line 264 of file rpcproxy.h.
#define CSTDSTUBBUFFER2RELEASE | ( | pFactory | ) |
Definition at line 218 of file rpcproxy.h.
#define CStdStubBuffer_DELEGATING_METHODS 0, 0, CStdStubBuffer2_Release, 0, 0, 0, 0, 0, 0, 0 |
Definition at line 131 of file rpcproxy.h.
#define CStdStubBuffer_METHODS |
Definition at line 157 of file rpcproxy.h.
#define CSTDSTUBBUFFERRELEASE | ( | pFactory | ) |
Definition at line 209 of file rpcproxy.h.
Definition at line 319 of file rpcproxy.h.
#define DLLCANUNLOADNOW_ENTRY DllCanUnloadNow |
Definition at line 288 of file rpcproxy.h.
#define DLLDATA_GETPROXYDLLINFO | ( | pfl, | |
rclsid | |||
) |
Definition at line 300 of file rpcproxy.h.
#define DLLDATA_ROUTINES | ( | pfl, | |
factory_clsid | |||
) |
Definition at line 360 of file rpcproxy.h.
#define DLLGETCLASSOBJECT_ENTRY DllGetClassObject |
Definition at line 287 of file rpcproxy.h.
Definition at line 310 of file rpcproxy.h.
Definition at line 286 of file rpcproxy.h.
#define DLLREGISTERSERVER_ENTRY DllRegisterServer |
Definition at line 284 of file rpcproxy.h.
#define DLLREGISTRY_ROUTINES | ( | pfl, | |
factory_clsid | |||
) |
Definition at line 357 of file rpcproxy.h.
#define DLLUNREGISTERSERVER_ENTRY DllUnregisterServer |
Definition at line 285 of file rpcproxy.h.
#define EXTERN_PROXY_FILE | ( | proxy | ) | EXTERN_C const ProxyFileInfo proxy##_ProxyFileInfo DECLSPEC_HIDDEN; |
Definition at line 238 of file rpcproxy.h.
#define GET_DLL_CLSID |
Definition at line 269 of file rpcproxy.h.
Definition at line 231 of file rpcproxy.h.
Definition at line 232 of file rpcproxy.h.
Definition at line 233 of file rpcproxy.h.
Definition at line 229 of file rpcproxy.h.
#define IID_GENERIC_CHECK_IID | ( | name, | |
pIID, | |||
index | |||
) | memcmp(pIID, name##_ProxyVtblList[index]->header.piid, sizeof(IID)) |
Definition at line 221 of file rpcproxy.h.
#define PROXYFILE_LIST_END |
Definition at line 248 of file rpcproxy.h.
#define PROXYFILE_LIST_START |
Definition at line 241 of file rpcproxy.h.
Definition at line 245 of file rpcproxy.h.
#define REGISTER_PROXY_DLL_ROUTINES | ( | pfl, | |
factory_clsid | |||
) |
Definition at line 326 of file rpcproxy.h.
#define STUB_FORWARDING_FUNCTION NdrStubForwardingFunction |
Definition at line 126 of file rpcproxy.h.
#define WINE_DO_REGISTER_DLL | ( | pfl, | |
clsid | |||
) | return NdrDllRegisterProxy( hProxyDll, (pfl), (clsid) ) |
Definition at line 295 of file rpcproxy.h.
#define WINE_DO_UNREGISTER_DLL | ( | pfl, | |
clsid | |||
) | return NdrDllUnregisterProxy( hProxyDll, (pfl), (clsid) ) |
Definition at line 296 of file rpcproxy.h.
typedef struct tagCStdStubBuffer CStdStubBuffer |
typedef ProxyFileInfo ExtendedProxyFileInfo |
Definition at line 61 of file rpcproxy.h.
Definition at line 43 of file rpcproxy.h.
typedef const char* PCInterfaceName |
Definition at line 42 of file rpcproxy.h.
Definition at line 41 of file rpcproxy.h.
Definition at line 40 of file rpcproxy.h.
typedef IIDLookupRtn* PIIDLookup |
Definition at line 44 of file rpcproxy.h.
typedef struct tagProxyFileInfo ProxyFileInfo |
typedef void(__RPC_STUB * PRPC_STUB_FUNCTION) (IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *pdwStubPhase) |
Definition at line 88 of file rpcproxy.h.
Definition at line 98 of file register.c.
Referenced by DllRegisterServer(), and RegisterTypeLibraries().
ULONG STDMETHODCALLTYPE CStdStubBuffer2_Release | ( | IRpcStubBuffer * | This | ) |
ULONG WINAPI CStdStubBuffer_AddRef | ( | IRpcStubBuffer * | This | ) |
HRESULT WINAPI CStdStubBuffer_Connect | ( | IRpcStubBuffer * | This, |
IUnknown * | pUnkServer | ||
) |
ULONG WINAPI CStdStubBuffer_CountRefs | ( | IRpcStubBuffer * | This | ) |
HRESULT WINAPI CStdStubBuffer_DebugServerQueryInterface | ( | IRpcStubBuffer * | This, |
void ** | ppv | ||
) |
void WINAPI CStdStubBuffer_DebugServerRelease | ( | IRpcStubBuffer * | This, |
void * | pv | ||
) |
void WINAPI CStdStubBuffer_Disconnect | ( | IRpcStubBuffer * | This | ) |
HRESULT WINAPI CStdStubBuffer_Invoke | ( | IRpcStubBuffer * | This, |
RPCOLEMESSAGE * | pRpcMsg, | ||
IRpcChannelBuffer * | pRpcChannelBuffer | ||
) |
IRpcStubBuffer *WINAPI CStdStubBuffer_IsIIDSupported | ( | IRpcStubBuffer * | This, |
REFIID | riid | ||
) |
HRESULT WINAPI CStdStubBuffer_QueryInterface | ( | IRpcStubBuffer * | This, |
REFIID | riid, | ||
void ** | ppvObject | ||
) |
ULONG WINAPI CStdStubBuffer_Release | ( | IRpcStubBuffer * | This | ) |
ULONG STDMETHODCALLTYPE NdrCStdStubBuffer2_Release | ( | IRpcStubBuffer * | This, |
IPSFactoryBuffer * | pPSF | ||
) |
ULONG WINAPI NdrCStdStubBuffer_Release | ( | IRpcStubBuffer * | This, |
IPSFactoryBuffer * | pPSF | ||
) |
RPCRTAPI HRESULT RPC_ENTRY NdrDllCanUnloadNow | ( | CStdPSFactoryBuffer * | pPSFactoryBuffer | ) |
RPCRTAPI HRESULT RPC_ENTRY NdrDllGetClassObject | ( | REFCLSID | rclsid, |
REFIID | riid, | ||
void ** | ppv, | ||
const ProxyFileInfo ** | pProxyFileList, | ||
const CLSID * | pclsid, | ||
CStdPSFactoryBuffer * | pPSFactoryBuffer | ||
) |
RPCRTAPI HRESULT RPC_ENTRY NdrDllRegisterProxy | ( | HMODULE | hDll, |
const ProxyFileInfo ** | pProxyFileList, | ||
const CLSID * | pclsid | ||
) |
Definition at line 221 of file cpsf.c.
Referenced by test_NdrDllRegisterProxy().
RPCRTAPI HRESULT RPC_ENTRY NdrDllUnregisterProxy | ( | HMODULE | hDll, |
const ProxyFileInfo ** | pProxyFileList, | ||
const CLSID * | pclsid | ||
) |
Definition at line 298 of file cpsf.c.
Referenced by test_NdrDllRegisterProxy().
Definition at line 593 of file cproxy.c.
Referenced by ndr_client_call().
RPCRTAPI void RPC_ENTRY NdrProxyFreeBuffer | ( | void * | This, |
PMIDL_STUB_MESSAGE | pStubMsg | ||
) |
Definition at line 577 of file cproxy.c.
Referenced by ndr_client_call_finally().
RPCRTAPI void RPC_ENTRY NdrProxyGetBuffer | ( | void * | This, |
PMIDL_STUB_MESSAGE | pStubMsg | ||
) |
Definition at line 515 of file cproxy.c.
Referenced by do_ndr_client_call().
RPCRTAPI void RPC_ENTRY NdrProxyInitialize | ( | void * | This, |
PRPC_MESSAGE | pRpcMsg, | ||
PMIDL_STUB_MESSAGE | pStubMsg, | ||
PMIDL_STUB_DESC | pStubDescriptor, | ||
unsigned int | ProcNum | ||
) |
Definition at line 495 of file cproxy.c.
Referenced by do_ndr_client_call().
RPCRTAPI void RPC_ENTRY NdrProxySendReceive | ( | void * | This, |
PMIDL_STUB_MESSAGE | pStubMsg | ||
) |
Definition at line 543 of file cproxy.c.
Referenced by do_ndr_client_call().
void __RPC_STUB NdrStubForwardingFunction | ( | IRpcStubBuffer * | This, |
IRpcChannelBuffer * | pChannel, | ||
PRPC_MESSAGE | pMsg, | ||
DWORD * | pdwStubPhase | ||
) |
Definition at line 624 of file cstub.c.
Referenced by CreateStubFromTypeInfo(), and test_NdrStubForwardingFunction().
RPCRTAPI void RPC_ENTRY NdrStubGetBuffer | ( | IRpcStubBuffer * | This, |
IRpcChannelBuffer * | pRpcChannelBuffer, | ||
PMIDL_STUB_MESSAGE | pStubMsg | ||
) |
RPCRTAPI void RPC_ENTRY NdrStubInitialize | ( | PRPC_MESSAGE | pRpcMsg, |
PMIDL_STUB_MESSAGE | pStubMsg, | ||
PMIDL_STUB_DESC | pStubDescriptor, | ||
IRpcChannelBuffer * | pRpcChannelBuffer | ||
) |
RPCRTAPI void RPC_ENTRY NdrStubInitializePartial | ( | PRPC_MESSAGE | pRpcMsg, |
PMIDL_STUB_MESSAGE | pStubMsg, | ||
PMIDL_STUB_DESC | pStubDescriptor, | ||
IRpcChannelBuffer * | pRpcChannelBuffer, | ||
ULONG | RequestedBufferSize | ||
) |