Home
last modified time | relevance | path

Searched refs:dest_context_data (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/ole32/
H A Dmarshal.c541 This->dest_context_data, (void**)&marshal); in Proxy_UnmarshalInterface()
559 This->dest_context_data, (void**)&marshal); in Proxy_ReleaseMarshalData()
577 This->dest_context_data, (void**)&marshal); in Proxy_DisconnectObject()
856 This->dest_context_data = NULL; in proxy_manager_construct()
928 if (dest_context_data) in proxy_manager_set_context()
929 InterlockedExchangePointer(&This->dest_context_data, dest_context_data); in proxy_manager_set_context()
1245 void *dest_context_data; member
1305 void* dest_context_data, DWORD mshlflags) in StdMarshalImpl_MarshalInterface() argument
1493 dest_context_data, riid, in std_unmarshal_interface()
1534 This->dest_context_data, pStm, riid, ppv); in StdMarshalImpl_UnmarshalInterface()
[all …]
H A Dcompobj_private.h202 DWORD dest_context, void *dest_context_data, MSHLFLAGS flags) DECLSPEC_HIDDEN;
214 …F *stdobjref, REFIID riid, IUnknown *obj, DWORD dest_context, void *dest_context_data, MSHLFLAGS m…
223 DWORD dest_context, void *dest_context_data,
225 HRESULT RPC_CreateServerChannel(DWORD dest_context, void *dest_context_data, IRpcChannelBuffer **ch…
H A Drpc.c97 void *dest_context_data; /* returned from GetDestCtx */ member
1047 *ppvDestContext = This->super.dest_context_data; in ClientRpcChannelBuffer_GetDestCtx()
1052 …pcChannelBuffer_GetDestCtx(LPRPCCHANNELBUFFER iface, DWORD* dest_context, void** dest_context_data) in ServerRpcChannelBuffer_GetDestCtx() argument
1056 TRACE("(%p,%p)\n", dest_context, dest_context_data); in ServerRpcChannelBuffer_GetDestCtx()
1059 *dest_context_data = This->dest_context_data; in ServerRpcChannelBuffer_GetDestCtx()
1097 DWORD dest_context, void *dest_context_data, in RPC_CreateClientChannel() argument
1150 This->super.dest_context_data = dest_context_data; in RPC_CreateClientChannel()
1162 HRESULT RPC_CreateServerChannel(DWORD dest_context, void *dest_context_data, IRpcChannelBuffer **ch… in RPC_CreateServerChannel() argument
1171 This->dest_context_data = dest_context_data; in RPC_CreateServerChannel()
H A Dstubmanager.c71 void *dest_context_data, MSHLFLAGS flags) in stub_manager_new_ifstub() argument
89 hr = RPC_CreateServerChannel(dest_context, dest_context_data, &stub->chan); in stub_manager_new_ifstub()
710 void *dest_context_data; in RemUnknown_RemQueryInterface() local
717 IRpcChannelBuffer_GetDestCtx(ifstub->chan, &dest_context, &dest_context_data); in RemUnknown_RemQueryInterface()
724 … stubmgr->object, dest_context, dest_context_data, MSHLFLAGS_NORMAL); in RemUnknown_RemQueryInterface()
/reactos/modules/rostests/winetests/ole32/
H A Dmarshal.c486 void *dest_context_data; in RpcStubBuffer_Invoke() local
492 hr = IRpcChannelBuffer_GetDestCtx(_pRpcChannelBuffer, &dest_context, &dest_context_data); in RpcStubBuffer_Invoke()
495 ok(!dest_context_data, "desc_context_data = %p\n", dest_context_data); in RpcStubBuffer_Invoke()