ReactOS 0.4.16-dev-2332-g4cba65d
stub_manager Struct Reference

#include <combase_private.h>

Collaboration diagram for stub_manager:

Public Attributes

struct list entry
 
struct list ifstubs
 
CRITICAL_SECTION lock
 
struct 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 220 of file combase_private.h.

Member Data Documentation

◆ apt

◆ disconnected

BOOL stub_manager::disconnected

Definition at line 244 of file combase_private.h.

Referenced by new_stub_manager().

◆ entry

struct list stub_manager::entry

Definition at line 222 of file combase_private.h.

Referenced by new_stub_manager().

◆ extern_conn

IExternalConnection* stub_manager::extern_conn

Definition at line 235 of file combase_private.h.

Referenced by new_stub_manager().

◆ extrefs

ULONG stub_manager::extrefs

Definition at line 227 of file combase_private.h.

Referenced by new_stub_manager().

◆ ifstubs

struct list stub_manager::ifstubs

Definition at line 223 of file combase_private.h.

Referenced by new_stub_manager().

◆ lock

CRITICAL_SECTION stub_manager::lock

Definition at line 224 of file combase_private.h.

Referenced by new_stub_manager().

◆ next_ipid

ULONG stub_manager::next_ipid

Definition at line 232 of file combase_private.h.

◆ norm_refs

ULONG stub_manager::norm_refs

Definition at line 243 of file combase_private.h.

◆ object

◆ oid

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

OXID_INFO stub_manager::oxid_info

Definition at line 233 of file combase_private.h.

Referenced by new_stub_manager(), and std_unmarshal_interface().

◆ refs

ULONG stub_manager::refs

◆ weakrefs

ULONG stub_manager::weakrefs

Definition at line 229 of file combase_private.h.

Referenced by new_stub_manager().


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