Home
last modified time | relevance | path

Searched defs:apartment (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/ole32/
H A Dcompobj_private.h127 struct apartment struct
131 LONG refs; /* refcount of the apartment (LOCK) */ argument
132 BOOL multi_threaded; /* multi-threaded or single-threaded apartment? (RO) */ argument
139 …BOOL remunk_exported; /* has the IRemUnknown interface for this apartment been created yet? (CS… argument
140 LONG remoting_started; /* has the RPC system been started for this apartment? (LOCK) */ argument
141 struct list loaded_dlls; /* list of dlls loaded by this apartment (CS cs) */ argument
142 …DWORD host_apt_tid; /* thread ID of apartment hosting objects of differing threading model (C… argument
143 HWND host_apt_hwnd; /* handle to apartment window of host apartment (CS cs) */ argument
153 BOOL main; /* is this a main-threaded-apartment? (RO) */ argument