ReactOS 0.4.15-dev-7994-gb388cb6
_SYSTEM_GDI_DRIVER_INFORMATION Struct Reference

#include <DriverTester.h>

Collaboration diagram for _SYSTEM_GDI_DRIVER_INFORMATION:

Public Attributes

UNICODE_STRING DriverName
 
PVOID ImageAddress
 
PVOID SectionPointer
 
PVOID EntryPoint
 
PIMAGE_EXPORT_DIRECTORY ExportSectionPointer
 
ULONG ImageLength
 

Detailed Description

Definition at line 43 of file DriverTester.h.

Member Data Documentation

◆ DriverName

UNICODE_STRING _SYSTEM_GDI_DRIVER_INFORMATION::DriverName

Definition at line 45 of file DriverTester.h.

Referenced by InitLDEVImpl(), LDEVOBJ_bLoadImage(), and LDEVOBJ_pLoadDriver().

◆ EntryPoint

PVOID _SYSTEM_GDI_DRIVER_INFORMATION::EntryPoint

Definition at line 48 of file DriverTester.h.

Referenced by EngFindImageProcAddress(), InitLDEVImpl(), and LDEVOBJ_pLoadDriver().

◆ ExportSectionPointer

PIMAGE_EXPORT_DIRECTORY _SYSTEM_GDI_DRIVER_INFORMATION::ExportSectionPointer

Definition at line 49 of file DriverTester.h.

Referenced by InitLDEVImpl().

◆ ImageAddress

PVOID _SYSTEM_GDI_DRIVER_INFORMATION::ImageAddress

Definition at line 46 of file DriverTester.h.

Referenced by InitLDEVImpl().

◆ ImageLength

ULONG _SYSTEM_GDI_DRIVER_INFORMATION::ImageLength

Definition at line 50 of file DriverTester.h.

Referenced by InitLDEVImpl().

◆ SectionPointer

PVOID _SYSTEM_GDI_DRIVER_INFORMATION::SectionPointer

Definition at line 47 of file DriverTester.h.

Referenced by InitLDEVImpl().


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