ReactOS 0.4.15-dev-7931-gfd331f1
stub_manager Struct Reference

#include <compobj_private.h>

Collaboration diagram for stub_manager:

Public Attributes

struct list entry
 
struct list ifstubs
 
CRITICAL_SECTION lock
 
APARTMENTapt
 
ULONG extrefs
 
ULONG refs
 
ULONG weakrefs
 
OID oid
 
IUnknownobject
 
ULONG next_ipid
 
OXID_INFO oxid_info
 
IExternalConnectionextern_conn
 
ULONG norm_refs
 
BOOL disconnected
 

Detailed Description

Definition at line 87 of file compobj_private.h.

Member Data Documentation

◆ apt

◆ disconnected

BOOL stub_manager::disconnected

Definition at line 111 of file compobj_private.h.

Referenced by new_stub_manager().

◆ entry

struct list stub_manager::entry

Definition at line 89 of file compobj_private.h.

Referenced by new_stub_manager().

◆ extern_conn

IExternalConnection* stub_manager::extern_conn

Definition at line 102 of file compobj_private.h.

Referenced by new_stub_manager().

◆ extrefs

ULONG stub_manager::extrefs

Definition at line 94 of file compobj_private.h.

Referenced by new_stub_manager().

◆ ifstubs

struct list stub_manager::ifstubs

Definition at line 90 of file compobj_private.h.

Referenced by new_stub_manager().

◆ lock

CRITICAL_SECTION stub_manager::lock

Definition at line 91 of file compobj_private.h.

Referenced by new_stub_manager().

◆ next_ipid

ULONG stub_manager::next_ipid

Definition at line 99 of file compobj_private.h.

◆ norm_refs

ULONG stub_manager::norm_refs

Definition at line 110 of file compobj_private.h.

◆ object

◆ oid

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

OXID_INFO stub_manager::oxid_info

Definition at line 100 of file compobj_private.h.

Referenced by new_stub_manager(), and std_unmarshal_interface().

◆ refs

ULONG stub_manager::refs

◆ weakrefs

ULONG stub_manager::weakrefs

Definition at line 96 of file compobj_private.h.

Referenced by new_stub_manager().


The documentation for this struct was generated from the following file: