Searched refs:IPID (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/ole32/ |
H A D | compobj_private.h | 79 IPID ipid; /* RO */ 206 BOOL stub_manager_notify_unmarshal(struct stub_manager *m, const IPID *ipid) DECLSPEC_HIDDEN; 207 BOOL stub_manager_is_table_marshaled(struct stub_manager *m, const IPID *ipid) DECLSPEC_HIDDEN; 208 void stub_manager_release_marshal_data(struct stub_manager *m, ULONG refs, const IPID *ipid, BOOL t… 210 HRESULT ipid_get_dispatch_params(const IPID *ipid, APARTMENT **stub_apt, struct stub_manager **mana… 221 HRESULT RPC_CreateClientChannel(const OXID *oxid, const IPID *ipid,
|
H A D | dcom.idl | 44 typedef GUID IPID; 122 IPID ipidRemUnknown; 147 IPID ipid; 196 IPID ipid; 246 [out, ref] IPID *pipidRemUnknown, 272 [out, ref] IPID *pipidRemUnknown, 300 [out] IPID *pipidRemUnknown,
|
H A D | stubmanager.c | 52 static inline HRESULT generate_ipid(struct stub_manager *m, IPID *ipid) in generate_ipid() 137 static struct ifstub *stub_manager_ipid_to_ifstub(struct stub_manager *m, const IPID *ipid) in stub_manager_ipid_to_ifstub() 474 static struct stub_manager *get_stub_manager_from_ipid(APARTMENT *apt, const IPID *ipid, struct ifs… in get_stub_manager_from_ipid() 501 static HRESULT ipid_to_ifstub(const IPID *ipid, APARTMENT **stub_apt, in ipid_to_ifstub() 524 static HRESULT ipid_to_stub_manager(const IPID *ipid, APARTMENT **stub_apt, struct stub_manager **s… in ipid_to_stub_manager() 533 HRESULT ipid_get_dispatch_params(const IPID *ipid, APARTMENT **stub_apt, in ipid_get_dispatch_params() 562 BOOL stub_manager_notify_unmarshal(struct stub_manager *m, const IPID *ipid) in stub_manager_notify_unmarshal() 593 void stub_manager_release_marshal_data(struct stub_manager *m, ULONG refs, const IPID *ipid, BOOL t… in stub_manager_release_marshal_data() 609 BOOL stub_manager_is_table_marshaled(struct stub_manager *m, const IPID *ipid) in stub_manager_is_table_marshaled()
|
H A D | rpc.c | 631 IPID ipid; in ClientRpcChannelBuffer_GetBuffer() 1095 HRESULT RPC_CreateClientChannel(const OXID *oxid, const IPID *ipid, in RPC_CreateClientChannel() 1125 IPID ipid2 = *ipid; /* why can't RpcBindingSetObject take a const? */ in RPC_CreateClientChannel() 1448 IPID ipid; in dispatch_rpc()
|
H A D | marshal.c | 290 IPID *ipid; in ClientIdentity_QueryMultipleInterfaces() 489 IPID *ipid; in Proxy_MarshalInterface()
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | marshal.c | 89 typedef GUID IPID; typedef 96 IPID ipid;
|