ReactOS 0.4.16-dev-2354-g16de117
apartment Struct Reference

#include <combase_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
 
struct local_serverlocal_server
 
BOOL being_destroyed
 
OID oidc
 
HWND win
 
IMessageFilterfilter
 
BOOL main
 
struct list usage_cookies
 

Detailed Description

Definition at line 24 of file combase_private.h.

Member Data Documentation

◆ being_destroyed

BOOL apartment::being_destroyed

Definition at line 42 of file combase_private.h.

Referenced by apartment_release().

◆ cs

◆ entry

struct list apartment::entry

Definition at line 26 of file combase_private.h.

Referenced by apartment_construct(), and apartment_release().

◆ filter

IMessageFilter* apartment::filter

Definition at line 49 of file combase_private.h.

Referenced by CoRegisterMessageFilter(), and CoWaitForMultipleHandles().

◆ host_apt_hwnd

HWND apartment::host_apt_hwnd

Definition at line 40 of file combase_private.h.

Referenced by apartment_hostobject_in_hostapt().

◆ host_apt_tid

DWORD apartment::host_apt_tid

Definition at line 39 of file combase_private.h.

Referenced by apartment_hostobject_in_hostapt().

◆ ipidc

LONG apartment::ipidc

Definition at line 32 of file combase_private.h.

Referenced by apartment_construct().

◆ loaded_dlls

struct list apartment::loaded_dlls

◆ local_server

struct local_server* apartment::local_server

Definition at line 41 of file combase_private.h.

Referenced by apartment_get_local_server_stream(), and apartment_release().

◆ main

BOOL apartment::main

Definition at line 50 of file combase_private.h.

Referenced by apartment_get_inproc_class_object().

◆ multi_threaded

◆ oidc

OID apartment::oidc

Definition at line 45 of file combase_private.h.

Referenced by apartment_construct().

◆ oxid

◆ proxies

◆ refs

◆ remoting_started

LONG apartment::remoting_started

Definition at line 37 of file combase_private.h.

Referenced by rpc_start_remoting().

◆ remunk_exported

BOOL apartment::remunk_exported

Definition at line 36 of file combase_private.h.

Referenced by apartment_construct().

◆ stubmgrs

struct list apartment::stubmgrs

Definition at line 35 of file combase_private.h.

Referenced by apartment_construct().

◆ tid

DWORD apartment::tid

◆ usage_cookies

struct list apartment::usage_cookies

Definition at line 53 of file combase_private.h.

Referenced by apartment_construct().

◆ win


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