Searched refs:APARTMENT (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/ole32/ |
H A D | compobj_private.h | 43 typedef struct apartment APARTMENT; typedef 92 APARTMENT *apt; /* owning apt (RO) */ 204 struct stub_manager *get_stub_manager(APARTMENT *apt, OID oid) DECLSPEC_HIDDEN; 205 struct stub_manager *get_stub_manager_from_object(APARTMENT *apt, IUnknown *object, BOOL alloc) DEC… 210 HRESULT ipid_get_dispatch_params(const IPID *ipid, APARTMENT **stub_apt, struct stub_manager **mana… 212 HRESULT start_apartment_remote_unknown(APARTMENT *apt) DECLSPEC_HIDDEN; 224 IRpcChannelBuffer **chan, APARTMENT *apt) DECLSPEC_HIDDEN; 247 APARTMENT *apartment_findfromoxid(OXID oxid, BOOL ref) DECLSPEC_HIDDEN; 248 APARTMENT *apartment_findfromtid(DWORD tid) DECLSPEC_HIDDEN; 260 APARTMENT *apartment_get_current_or_mta(void) DECLSPEC_HIDDEN; [all …]
|
H A D | stubmanager.c | 180 static struct stub_manager *new_stub_manager(APARTMENT *apt, IUnknown *object) in new_stub_manager() 314 APARTMENT *apt = This->apt; in stub_manager_int_release() 337 struct stub_manager *get_stub_manager_from_object(APARTMENT *apt, IUnknown *obj, BOOL alloc) in get_stub_manager_from_object() 380 struct stub_manager *get_stub_manager(APARTMENT *apt, OID oid) in get_stub_manager() 501 static HRESULT ipid_to_ifstub(const IPID *ipid, APARTMENT **stub_apt, in ipid_to_ifstub() 533 HRESULT ipid_get_dispatch_params(const IPID *ipid, APARTMENT **stub_apt, in ipid_get_dispatch_params() 540 APARTMENT *apt; in ipid_get_dispatch_params() 706 APARTMENT *apt; in RemUnknown_RemQueryInterface() 753 APARTMENT *apt; in RemUnknown_RemAddRef() 785 APARTMENT *apt; in RemUnknown_RemRelease() [all …]
|
H A D | compobj.c | 193 APARTMENT *apt; 630 APARTMENT *apt; in apartment_construct() 728 APARTMENT *apt; in apartment_find_mta() 1091 APARTMENT *apt; in CoRevokeClassObject() 2154 APARTMENT *apt; in CoDisconnectObject() 2695 APARTMENT *apt; in CoGetPSClsid() 2780 APARTMENT *apt; in CoRegisterPSClsid() 2908 APARTMENT *apt; in CoRegisterClassObject() 3397 APARTMENT *apt; in CoCreateInstanceEx() 5117 APARTMENT *apt; in CoGetContextToken() [all …]
|
H A D | marshal.c | 88 static HRESULT unmarshal_object(const STDOBJREF *stdobjref, APARTMENT *apt, 121 HRESULT marshal_object(APARTMENT *apt, STDOBJREF *stdobjref, REFIID riid, IUnknown *object, in marshal_object() 313 APARTMENT *apt = apartment_get_current_or_mta(); in ClientIdentity_QueryMultipleInterfaces() 794 APARTMENT * apt, ULONG sorflags, OXID oxid, OID oid, in proxy_manager_construct() 1200 static BOOL find_proxy_manager(APARTMENT * apt, OXID oxid, OID oid, struct proxy_manager ** proxy_f… in find_proxy_manager() 1309 APARTMENT *apt; in StdMarshalImpl_MarshalInterface() 1340 static HRESULT unmarshal_object(const STDOBJREF *stdobjref, APARTMENT *apt, in unmarshal_object() 1416 APARTMENT *apt; in std_unmarshal_interface() 1417 APARTMENT *stub_apt; in std_unmarshal_interface() 1543 APARTMENT *apt; in std_release_marshal_data()
|
H A D | rpc.c | 633 APARTMENT *apt = NULL; in ClientRpcChannelBuffer_GetBuffer() 806 …ine HRESULT ClientRpcChannelBuffer_IsCorrectApartment(ClientRpcChannelBuffer *This, APARTMENT *apt) in ClientRpcChannelBuffer_IsCorrectApartment() 830 APARTMENT *apt = apartment_get_current_or_mta(); in ClientRpcChannelBuffer_SendReceive() 1098 IRpcChannelBuffer **chan, APARTMENT *apt) in RPC_CreateClientChannel() 1447 APARTMENT *apt; in dispatch_rpc()
|