ReactOS 0.4.15-dev-7788-g1ad9096
apartment Struct Reference

#include <compobj_private.h>

Collaboration diagram for apartment:

Public Attributes

struct list entry
 
LONG refs
 
BOOL multi_threaded
 
DWORD tid
 
OXID oxid
 
LONG ipidc
 
CRITICAL_SECTION cs
 
struct list proxies
 
struct list stubmgrs
 
BOOL remunk_exported
 
LONG remoting_started
 
struct list loaded_dlls
 
DWORD host_apt_tid
 
HWND host_apt_hwnd
 
LocalServerlocal_server
 
BOOL being_destroyed
 
OID oidc
 
HWND win
 
LPMESSAGEFILTER filter
 
BOOL main
 

Detailed Description

Definition at line 127 of file compobj_private.h.

Member Data Documentation

◆ being_destroyed

BOOL apartment::being_destroyed

Definition at line 145 of file compobj_private.h.

Referenced by apartment_release().

◆ cs

◆ entry

struct list apartment::entry

Definition at line 129 of file compobj_private.h.

Referenced by apartment_construct(), and apartment_release().

◆ filter

LPMESSAGEFILTER apartment::filter

Definition at line 152 of file compobj_private.h.

Referenced by apartment_release(), and CoRegisterMessageFilter().

◆ host_apt_hwnd

HWND apartment::host_apt_hwnd

Definition at line 143 of file compobj_private.h.

Referenced by apartment_hostobject_in_hostapt().

◆ host_apt_tid

DWORD apartment::host_apt_tid

Definition at line 142 of file compobj_private.h.

Referenced by apartment_hostobject_in_hostapt(), and apartment_release().

◆ ipidc

LONG apartment::ipidc

Definition at line 135 of file compobj_private.h.

Referenced by apartment_construct().

◆ loaded_dlls

◆ local_server

LocalServer* apartment::local_server

Definition at line 144 of file compobj_private.h.

Referenced by apartment_release(), and get_local_server_stream().

◆ main

BOOL apartment::main

Definition at line 153 of file compobj_private.h.

Referenced by apartment_get_or_create(), and get_inproc_class_object().

◆ multi_threaded

◆ oidc

OID apartment::oidc

Definition at line 148 of file compobj_private.h.

Referenced by apartment_construct(), and new_stub_manager().

◆ oxid

◆ proxies

◆ refs

◆ remoting_started

LONG apartment::remoting_started

Definition at line 140 of file compobj_private.h.

Referenced by RPC_StartRemoting().

◆ remunk_exported

BOOL apartment::remunk_exported

Definition at line 139 of file compobj_private.h.

Referenced by apartment_construct(), and start_apartment_remote_unknown().

◆ stubmgrs

◆ tid

◆ win

HWND apartment::win

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