|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "objbase.h"#include "rpcproxy.h"#include "cpsf.h"#include "ndr_misc.h"#include "ndr_stubless.h"#include "wine/asm.h"#include "wine/debug.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Variables | |
| static const IRpcProxyBufferVtbl | StdProxy_Vtbl |
Definition at line 56 of file cproxy.c.
Referenced by StdProxy_Construct(), and typelib_proxy_init().
|
inlinestatic |
Definition at line 43 of file cproxy.c.
Referenced by StdProxy_AddRef(), StdProxy_Connect(), StdProxy_Disconnect(), StdProxy_QueryInterface(), and StdProxy_Release().
|
inlinestatic |
Definition at line 48 of file cproxy.c.
Referenced by IUnknown_AddRef_Proxy(), IUnknown_QueryInterface_Proxy(), IUnknown_Release_Proxy(), StdProxy_GetChannel(), and StdProxy_GetIID().
Definition at line 249 of file cproxy.c.
Referenced by CINTERFACE_PROXY_VTABLE(), fill_delegated_proxy_table(), and test_NdrDllGetClassObject().
Definition at line 240 of file cproxy.c.
Referenced by CINTERFACE_PROXY_VTABLE(), fill_delegated_proxy_table(), and test_NdrDllGetClassObject().
Definition at line 256 of file cproxy.c.
Referenced by CINTERFACE_PROXY_VTABLE(), fill_delegated_proxy_table(), and test_NdrDllGetClassObject().
Definition at line 366 of file cproxy.c.
Referenced by NdrpClientCall2().
| void WINAPI NdrProxyFreeBuffer | ( | void * | This, |
| PMIDL_STUB_MESSAGE | pStubMsg | ||
| ) |
Definition at line 348 of file cproxy.c.
Referenced by ndr_client_call_finally(), and test_ChannelBufferRefCount().
| void WINAPI NdrProxyGetBuffer | ( | void * | This, |
| PMIDL_STUB_MESSAGE | pStubMsg | ||
| ) |
Definition at line 286 of file cproxy.c.
Referenced by ndr_client_call().
| void WINAPI NdrProxyInitialize | ( | void * | This, |
| PRPC_MESSAGE | pRpcMsg, | ||
| PMIDL_STUB_MESSAGE | pStubMsg, | ||
| PMIDL_STUB_DESC | pStubDescriptor, | ||
| unsigned int | ProcNum | ||
| ) |
Definition at line 266 of file cproxy.c.
Referenced by ndr_client_call(), and test_ChannelBufferRefCount().
| void WINAPI NdrProxySendReceive | ( | void * | This, |
| PMIDL_STUB_MESSAGE | pStubMsg | ||
| ) |
Definition at line 314 of file cproxy.c.
Referenced by ndr_client_call().
Referenced by fill_stubless_table().
Referenced by fill_stubless_table().
| ULONG WINAPI StdProxy_AddRef | ( | IRpcProxyBuffer * | iface | ) |
Definition at line 158 of file cproxy.c.
| HRESULT WINAPI StdProxy_Connect | ( | IRpcProxyBuffer * | iface, |
| IRpcChannelBuffer * | pChannel | ||
| ) |
| HRESULT StdProxy_Construct | ( | REFIID | riid, |
| LPUNKNOWN | pUnkOuter, | ||
| const ProxyFileInfo * | ProxyInfo, | ||
| int | Index, | ||
| LPPSFACTORYBUFFER | pPSFactory, | ||
| LPRPCPROXYBUFFER * | ppProxy, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 73 of file cproxy.c.
Referenced by CStdPSFactory_CreateProxy().
| void WINAPI StdProxy_Disconnect | ( | IRpcProxyBuffer * | iface | ) |
|
static |
Definition at line 219 of file cproxy.c.
Referenced by NdrProxyInitialize().
Definition at line 231 of file cproxy.c.
Referenced by NdrProxyGetBuffer().
| HRESULT WINAPI StdProxy_QueryInterface | ( | IRpcProxyBuffer * | iface, |
| REFIID | riid, | ||
| void ** | obj | ||
| ) |
|
static |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
|
static |
Definition at line 41 of file cproxy.c.
Referenced by StdProxy_Construct().