Bitdefender Hypervisor Memory Introspection
_OBJECT_DIRECTORY_ENTRY32 Struct Reference

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

#include <wddefs.h>

Data Fields

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

Detailed Description

An OBJECT_DIRECTORY_ENTRY64 structure used by 32-bit guests.

Definition at line 1505 of file wddefs.h.

Field Documentation

◆ Chain

DWORD _OBJECT_DIRECTORY_ENTRY32::Chain

Gva to the next _OBJECT_DIRECTORY_ENTRY, may be NULL.

Definition at line 1507 of file wddefs.h.

Referenced by IntWinObjHandleDirectoryEntryInMemory().

◆ Object

DWORD _OBJECT_DIRECTORY_ENTRY32::Object

Pointer to the object, may be NULL.

Definition at line 1508 of file wddefs.h.

Referenced by IntWinObjHandleDirectoryEntryInMemory().


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