ReactOS 0.4.15-dev-7924-g5949c20
apartment_loaded_dll Struct Reference
Collaboration diagram for apartment_loaded_dll:

Public Attributes

struct list entry
 
OpenDlldll
 
DWORD unload_time
 
BOOL multi_threaded
 

Detailed Description

Definition at line 473 of file compobj.c.

Member Data Documentation

◆ dll

OpenDll* apartment_loaded_dll::dll

Definition at line 476 of file compobj.c.

Referenced by apartment_getclassobject(), and apartment_release().

◆ entry

struct list apartment_loaded_dll::entry

Definition at line 475 of file compobj.c.

Referenced by apartment_getclassobject().

◆ multi_threaded

BOOL apartment_loaded_dll::multi_threaded

Definition at line 478 of file compobj.c.

Referenced by apartment_getclassobject().

◆ unload_time

DWORD apartment_loaded_dll::unload_time

Definition at line 477 of file compobj.c.

Referenced by apartment_getclassobject().


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