|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "excpt.h"#include "objbase.h"#include "rpcproxy.h"#include "wine/debug.h"#include "wine/asm.h"#include "wine/exception.h"#include "cpsf.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Variables | |
| const IRpcStubBufferVtbl | CStdStubBuffer_Vtbl |
| const IRpcStubBufferVtbl | CStdStubBuffer_Delegating_Vtbl |
| ULONG WINAPI CStdStubBuffer_AddRef | ( | LPRPCSTUBBUFFER | iface | ) |
Definition at line 203 of file cstub.c.
| HRESULT WINAPI CStdStubBuffer_Connect | ( | LPRPCSTUBBUFFER | iface, |
| LPUNKNOWN | lpUnkServer | ||
| ) |
Definition at line 254 of file cstub.c.
Referenced by CStdStubBuffer_Delegating_Connect().
| HRESULT CStdStubBuffer_Construct | ( | REFIID | riid, |
| LPUNKNOWN | pUnkServer, | ||
| PCInterfaceName | name, | ||
| CInterfaceStubVtbl * | vtbl, | ||
| LPPSFACTORYBUFFER | pPSFactory, | ||
| LPRPCSTUBBUFFER * | ppStub | ||
| ) |
Definition at line 66 of file cstub.c.
Referenced by CStdPSFactory_CreateStub().
| ULONG WINAPI CStdStubBuffer_CountRefs | ( | LPRPCSTUBBUFFER | iface | ) |
Definition at line 326 of file cstub.c.
Referenced by CStdStubBuffer_Delegating_CountRefs().
| HRESULT WINAPI CStdStubBuffer_DebugServerQueryInterface | ( | LPRPCSTUBBUFFER | iface, |
| LPVOID * | ppv | ||
| ) |
| void WINAPI CStdStubBuffer_DebugServerRelease | ( | LPRPCSTUBBUFFER | iface, |
| LPVOID | pv | ||
| ) |
|
static |
Definition at line 362 of file cstub.c.
| HRESULT CStdStubBuffer_Delegating_Construct | ( | REFIID | riid, |
| LPUNKNOWN | pUnkServer, | ||
| PCInterfaceName | name, | ||
| CInterfaceStubVtbl * | vtbl, | ||
| REFIID | delegating_iid, | ||
| LPPSFACTORYBUFFER | pPSFactory, | ||
| LPRPCSTUBBUFFER * | ppStub | ||
| ) |
Definition at line 134 of file cstub.c.
Referenced by CStdPSFactory_CreateStub().
|
static |
Definition at line 385 of file cstub.c.
|
static |
Definition at line 376 of file cstub.c.
| void WINAPI CStdStubBuffer_Disconnect | ( | LPRPCSTUBBUFFER | iface | ) |
Definition at line 270 of file cstub.c.
Referenced by CStdStubBuffer_Delegating_Disconnect().
| const MIDL_SERVER_INFO * CStdStubBuffer_GetServerInfo | ( | IRpcStubBuffer * | iface | ) |
Definition at line 411 of file cstub.c.
Referenced by NdrStubCall2().
| HRESULT WINAPI CStdStubBuffer_Invoke | ( | LPRPCSTUBBUFFER | iface, |
| PRPCOLEMESSAGE | pMsg, | ||
| LPRPCCHANNELBUFFER | pChannel | ||
| ) |
Definition at line 282 of file cstub.c.
| LPRPCSTUBBUFFER WINAPI CStdStubBuffer_IsIIDSupported | ( | LPRPCSTUBBUFFER | iface, |
| REFIID | riid | ||
| ) |
| HRESULT WINAPI CStdStubBuffer_QueryInterface | ( | LPRPCSTUBBUFFER | iface, |
| REFIID | riid, | ||
| LPVOID * | obj | ||
| ) |
Definition at line 185 of file cstub.c.
Definition at line 106 of file cstub.c.
Referenced by CreateProxyFromTypeInfo(), and init_psfactory().
Definition at line 124 of file cstub.c.
Referenced by CStdStubBuffer_Delegating_Construct(), and typelib_stub_init().
|
static |
Definition at line 59 of file cstub.c.
Referenced by CStdStubBuffer_Connect(), CStdStubBuffer_GetServerInfo(), CStdStubBuffer_Invoke(), CStdStubBuffer_IsIIDSupported(), and NdrStubGetBuffer().
|
inlinestatic |
Definition at line 54 of file cstub.c.
Referenced by CStdStubBuffer_Delegating_Connect(), CStdStubBuffer_Delegating_CountRefs(), CStdStubBuffer_Delegating_Disconnect(), NdrCStdStubBuffer2_Release(), and NdrStubForwardingFunction().
|
static |
Definition at line 49 of file cstub.c.
Referenced by CStdStubBuffer_AddRef(), CStdStubBuffer_Connect(), CStdStubBuffer_CountRefs(), CStdStubBuffer_DebugServerQueryInterface(), CStdStubBuffer_DebugServerRelease(), CStdStubBuffer_Disconnect(), CStdStubBuffer_GetServerInfo(), CStdStubBuffer_Invoke(), CStdStubBuffer_IsIIDSupported(), CStdStubBuffer_QueryInterface(), impl_from_delegating(), NdrCStdStubBuffer_Release(), and NdrStubGetBuffer().
| ULONG WINAPI NdrCStdStubBuffer2_Release | ( | LPRPCSTUBBUFFER | iface, |
| LPPSFACTORYBUFFER | pPSF | ||
| ) |
Definition at line 231 of file cstub.c.
Referenced by test_CStdStubBuffer2_Release().
| ULONG WINAPI NdrCStdStubBuffer_Release | ( | LPRPCSTUBBUFFER | iface, |
| LPPSFACTORYBUFFER | pPSF | ||
| ) |
Definition at line 210 of file cstub.c.
Referenced by test_CStdStubBuffer_Release(), and test_Release().
| void __RPC_STUB NdrStubForwardingFunction | ( | IRpcStubBuffer * | iface, |
| IRpcChannelBuffer * | pChannel, | ||
| PRPC_MESSAGE | pMsg, | ||
| DWORD * | pdwStubPhase | ||
| ) |
Definition at line 421 of file cstub.c.
Referenced by CreateStubFromTypeInfo(), and test_NdrStubForwardingFunction().
| void WINAPI NdrStubGetBuffer | ( | LPRPCSTUBBUFFER | iface, |
| LPRPCCHANNELBUFFER | pRpcChannelBuffer, | ||
| PMIDL_STUB_MESSAGE | pStubMsg | ||
| ) |
Definition at line 451 of file cstub.c.
Referenced by NdrStubCall2().
| void WINAPI NdrStubInitialize | ( | PRPC_MESSAGE | pRpcMsg, |
| PMIDL_STUB_MESSAGE | pStubMsg, | ||
| PMIDL_STUB_DESC | pStubDescriptor, | ||
| LPRPCCHANNELBUFFER | pRpcChannelBuffer | ||
| ) |
Definition at line 435 of file cstub.c.
Referenced by NdrStubCall2().
|
static |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
| const IRpcStubBufferVtbl CStdStubBuffer_Delegating_Vtbl |
Definition at line 397 of file cstub.c.
Referenced by CreateStubFromTypeInfo(), and init_psfactory().
| const IRpcStubBufferVtbl CStdStubBuffer_Vtbl |
Definition at line 348 of file cstub.c.
Referenced by CreateStubFromTypeInfo(), and init_psfactory().