Bitdefender Hypervisor Memory Introspection
_DRIVER_OBJECT64 Struct Reference

The _DRIVER_OBJECT structure used by 64-bit guests. More...

#include <wddefs.h>

Data Fields

WORD Type
 
WORD Size
 
DWORD _Reserved1
 
QWORD DeviceObject
 
QWORD Flags
 
QWORD DriverStart
 
QWORD DriverSize
 
QWORD DriverSection
 
QWORD DriverExtension
 
UNICODE_STRING64 DriverName
 
QWORD HardwareDatabase
 
QWORD FastIoDispatch
 
QWORD DriverInit
 
QWORD DriverStartIo
 
QWORD DriverUnload
 
QWORD MajorFunctions [28]
 

Detailed Description

The _DRIVER_OBJECT structure used by 64-bit guests.

Definition at line 255 of file wddefs.h.

Field Documentation

◆ _Reserved1

DWORD _DRIVER_OBJECT64::_Reserved1

Definition at line 259 of file wddefs.h.

◆ DeviceObject

QWORD _DRIVER_OBJECT64::DeviceObject

Definition at line 260 of file wddefs.h.

◆ DriverExtension

QWORD _DRIVER_OBJECT64::DriverExtension

Definition at line 265 of file wddefs.h.

◆ DriverInit

QWORD _DRIVER_OBJECT64::DriverInit

Definition at line 269 of file wddefs.h.

Referenced by IntWinDrvObjIsValidDriverObject().

◆ DriverName

UNICODE_STRING64 _DRIVER_OBJECT64::DriverName

Definition at line 266 of file wddefs.h.

◆ DriverSection

QWORD _DRIVER_OBJECT64::DriverSection

Definition at line 264 of file wddefs.h.

◆ DriverSize

QWORD _DRIVER_OBJECT64::DriverSize

Definition at line 263 of file wddefs.h.

Referenced by IntWinDrvObjIsValidDriverObject().

◆ DriverStart

QWORD _DRIVER_OBJECT64::DriverStart

Definition at line 262 of file wddefs.h.

Referenced by IntWinDrvObjIsValidDriverObject().

◆ DriverStartIo

QWORD _DRIVER_OBJECT64::DriverStartIo

Definition at line 270 of file wddefs.h.

◆ DriverUnload

QWORD _DRIVER_OBJECT64::DriverUnload

Definition at line 271 of file wddefs.h.

◆ FastIoDispatch

QWORD _DRIVER_OBJECT64::FastIoDispatch

Definition at line 268 of file wddefs.h.

◆ Flags

QWORD _DRIVER_OBJECT64::Flags

Definition at line 261 of file wddefs.h.

◆ HardwareDatabase

QWORD _DRIVER_OBJECT64::HardwareDatabase

Definition at line 267 of file wddefs.h.

◆ MajorFunctions

QWORD _DRIVER_OBJECT64::MajorFunctions[28]

Definition at line 272 of file wddefs.h.

◆ Size

WORD _DRIVER_OBJECT64::Size

Definition at line 258 of file wddefs.h.

Referenced by IntWinDrvObjIsValidDriverObject().

◆ Type

WORD _DRIVER_OBJECT64::Type

Definition at line 257 of file wddefs.h.

Referenced by IntWinDrvObjIsValidDriverObject().


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