|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <compobj_private.h>

Public Attributes | |
| struct list | entry |
| struct list | ifstubs |
| CRITICAL_SECTION | lock |
| 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 87 of file compobj_private.h.
| APARTMENT* stub_manager::apt |
Definition at line 92 of file compobj_private.h.
Referenced by apartment_release(), CoDisconnectObject(), dispatch_rpc(), get_stub_manager(), get_stub_manager_from_ipid(), get_stub_manager_from_object(), new_stub_manager(), RemUnknown_RemAddRef(), RemUnknown_RemRelease(), start_apartment_remote_unknown(), and std_release_marshal_data().
| BOOL stub_manager::disconnected |
Definition at line 111 of file compobj_private.h.
Referenced by new_stub_manager().
Definition at line 89 of file compobj_private.h.
Referenced by new_stub_manager().
| IExternalConnection* stub_manager::extern_conn |
Definition at line 102 of file compobj_private.h.
Referenced by new_stub_manager().
| ULONG stub_manager::extrefs |
Definition at line 94 of file compobj_private.h.
Referenced by new_stub_manager().
Definition at line 90 of file compobj_private.h.
Referenced by new_stub_manager().
| CRITICAL_SECTION stub_manager::lock |
Definition at line 91 of file compobj_private.h.
Referenced by new_stub_manager().
| ULONG stub_manager::next_ipid |
Definition at line 99 of file compobj_private.h.
| ULONG stub_manager::norm_refs |
Definition at line 110 of file compobj_private.h.
| IUnknown* stub_manager::object |
Definition at line 98 of file compobj_private.h.
Referenced by CoUnmarshalInterface(), marshal_object(), new_stub_manager(), RemUnknown_RemQueryInterface(), and std_unmarshal_interface().
| OID stub_manager::oid |
Definition at line 97 of file compobj_private.h.
Referenced by get_stub_manager(), marshal_object(), and new_stub_manager().
| OXID_INFO stub_manager::oxid_info |
Definition at line 100 of file compobj_private.h.
Referenced by new_stub_manager(), and std_unmarshal_interface().
| ULONG stub_manager::refs |
Definition at line 95 of file compobj_private.h.
Referenced by new_stub_manager(), stub_manager_ext_addref(), and stub_manager_ext_release().
| ULONG stub_manager::weakrefs |
Definition at line 96 of file compobj_private.h.
Referenced by new_stub_manager().