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

Public Attributes

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

Detailed Description

Definition at line 452 of file compobj.c.

Member Data Documentation

◆ DllCanUnloadNow

DllCanUnloadNowFunc tagOpenDll::DllCanUnloadNow

Definition at line 458 of file compobj.c.

◆ DllGetClassObject

DllGetClassObjectFunc tagOpenDll::DllGetClassObject

Definition at line 457 of file compobj.c.

Referenced by apartment_getclassobject().

◆ entry

struct list tagOpenDll::entry

Definition at line 459 of file compobj.c.

◆ library

HANDLE tagOpenDll::library

Definition at line 456 of file compobj.c.

◆ library_name

LPWSTR tagOpenDll::library_name

Definition at line 455 of file compobj.c.

Referenced by apartment_getclassobject().

◆ refs

LONG tagOpenDll::refs

Definition at line 454 of file compobj.c.


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