ReactOS 0.4.16-dev-13-ge2fc578
|
#include <ldevobj.h>
Public Attributes | |
LIST_ENTRY | leLink |
SYSTEM_GDI_DRIVER_INFORMATION * | pGdiDriverInfo |
LDEVTYPE | ldevtype |
ULONG | cRefs |
ULONG | ulDriverVersion |
union { | |
PVOID apfn [INDEX_LAST] | |
DRIVER_FUNCTIONS pfn | |
}; | |
union { ... } _LDEVOBJ::@5078 |
PVOID _LDEVOBJ::apfn[INDEX_LAST] |
Definition at line 26 of file ldevobj.h.
Referenced by PDEVOBJ_vFilterDriverHooks().
ULONG _LDEVOBJ::cRefs |
Definition at line 21 of file ldevobj.h.
Referenced by InitLDEVImpl(), LDEVOBJ_pLoadDriver(), and LDEVOBJ_pLoadInternal().
LDEVTYPE _LDEVOBJ::ldevtype |
Definition at line 20 of file ldevobj.h.
Referenced by InitLDEVImpl(), LDEVOBJ_AllocLDEV(), and PDEVOBJ_vFilterDriverHooks().
LIST_ENTRY _LDEVOBJ::leLink |
Definition at line 18 of file ldevobj.h.
Referenced by EngUnloadImage(), InitLDEVImpl(), LDEVOBJ_pLoadDriver(), and LDEVOBJ_pLoadInternal().
DRIVER_FUNCTIONS _LDEVOBJ::pfn |
Definition at line 27 of file ldevobj.h.
Referenced by LDEVOBJ_ulGetDriverModes().
SYSTEM_GDI_DRIVER_INFORMATION* _LDEVOBJ::pGdiDriverInfo |
Definition at line 19 of file ldevobj.h.
Referenced by EngFindImageProcAddress(), InitLDEVImpl(), LDEVOBJ_pLoadDriver(), and PDEVOBJ_vFilterDriverHooks().
ULONG _LDEVOBJ::ulDriverVersion |
Definition at line 22 of file ldevobj.h.
Referenced by InitLDEVImpl().