ReactOS 0.4.16-dev-2320-ge1853c6
opendll Struct Reference
Collaboration diagram for opendll:

Public Attributes

LONG refs
 
LPWSTR library_name
 
HANDLE library
 
DllGetClassObjectFunc DllGetClassObject
 
DllCanUnloadNowFunc DllCanUnloadNow
 
struct list entry
 

Detailed Description

Definition at line 77 of file apartment.c.

Member Data Documentation

◆ DllCanUnloadNow

DllCanUnloadNowFunc opendll::DllCanUnloadNow

Definition at line 83 of file apartment.c.

◆ DllGetClassObject

DllGetClassObjectFunc opendll::DllGetClassObject

Definition at line 82 of file apartment.c.

◆ entry

struct list opendll::entry

Definition at line 84 of file apartment.c.

◆ library

HANDLE opendll::library

Definition at line 81 of file apartment.c.

◆ library_name

LPWSTR opendll::library_name

Definition at line 80 of file apartment.c.

Referenced by apartment_add_dll(), and apartment_get_dll().

◆ refs

LONG opendll::refs

Definition at line 79 of file apartment.c.


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