Bitdefender Hypervisor Memory Introspection
_OBJECT_DIRECTORY_ENTRY64 Struct Reference

An OBJECT_DIRECTORY_ENTRY64 structure used by 64-bit guests. More...

#include <wddefs.h>

Data Fields

QWORD Chain
 Gva to the next _OBJECT_DIRECTORY_ENTRY, may be NULL. More...
 
QWORD Object
 Pointer to the object, may be NULL. More...
 

Detailed Description

An OBJECT_DIRECTORY_ENTRY64 structure used by 64-bit guests.

Definition at line 1492 of file wddefs.h.

Field Documentation

◆ Chain

QWORD _OBJECT_DIRECTORY_ENTRY64::Chain

Gva to the next _OBJECT_DIRECTORY_ENTRY, may be NULL.

Definition at line 1494 of file wddefs.h.

Referenced by IntWinObjHandleDirectoryEntryInMemory().

◆ Object

QWORD _OBJECT_DIRECTORY_ENTRY64::Object

Pointer to the object, may be NULL.

Definition at line 1495 of file wddefs.h.

Referenced by IntWinObjHandleDirectoryEntryInMemory().


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