|
ReactOS 0.4.16-dev-2332-g4cba65d
|
#include <combase_private.h>

Public Attributes | |
| struct list | entry |
| struct list | ifstubs |
| CRITICAL_SECTION | lock |
| struct apartment * | apt |
| ULONG | extrefs |
| ULONG | refs |
| ULONG | weakrefs |
| OID | oid |
| IUnknown * | object |
| ULONG | next_ipid |
| OXID_INFO | oxid_info |
| IExternalConnection * | extern_conn |
| ULONG | norm_refs |
| BOOL | disconnected |
Definition at line 220 of file combase_private.h.
Definition at line 225 of file combase_private.h.
Referenced by apartment_release(), get_stub_manager(), get_stub_manager_from_ipid(), get_stub_manager_from_object(), new_stub_manager(), RemUnknown_RemAddRef(), RemUnknown_RemRelease(), and start_apartment_remote_unknown().
| BOOL stub_manager::disconnected |
Definition at line 244 of file combase_private.h.
Referenced by new_stub_manager().
Definition at line 222 of file combase_private.h.
Referenced by new_stub_manager().
| IExternalConnection* stub_manager::extern_conn |
Definition at line 235 of file combase_private.h.
Referenced by new_stub_manager().
| ULONG stub_manager::extrefs |
Definition at line 227 of file combase_private.h.
Referenced by new_stub_manager().
Definition at line 223 of file combase_private.h.
Referenced by new_stub_manager().
| CRITICAL_SECTION stub_manager::lock |
Definition at line 224 of file combase_private.h.
Referenced by new_stub_manager().
| ULONG stub_manager::next_ipid |
Definition at line 232 of file combase_private.h.
| ULONG stub_manager::norm_refs |
Definition at line 243 of file combase_private.h.
| IUnknown* stub_manager::object |
Definition at line 231 of file combase_private.h.
Referenced by get_stub_manager_from_object(), marshal_object(), new_stub_manager(), RemUnknown_RemQueryInterface(), and std_unmarshal_interface().
| OID stub_manager::oid |
Definition at line 230 of file combase_private.h.
Referenced by get_stub_manager(), marshal_object(), and new_stub_manager().
| OXID_INFO stub_manager::oxid_info |
Definition at line 233 of file combase_private.h.
Referenced by new_stub_manager(), and std_unmarshal_interface().
| ULONG stub_manager::refs |
Definition at line 228 of file combase_private.h.
Referenced by new_stub_manager(), stub_manager_ext_addref(), and stub_manager_ext_release().
| ULONG stub_manager::weakrefs |
Definition at line 229 of file combase_private.h.
Referenced by new_stub_manager().