Bitdefender Hypervisor Memory Introspection
_LIST_ENTRY32 Struct Reference

Models a LIST_ENTRY structure used by 32-bit Windows guests. More...

#include <wddefs.h>

Data Fields

DWORD Flink
 
DWORD Blink
 

Detailed Description

Models a LIST_ENTRY structure used by 32-bit Windows guests.

See https://docs.microsoft.com/en-us/windows/win32/api/ntdef/ns-ntdef-list_entry

Definition at line 153 of file wddefs.h.

Field Documentation

◆ Blink

DWORD _LIST_ENTRY32::Blink

Definition at line 155 of file wddefs.h.

Referenced by IntWinDrvIsListHead(), and IntWinObjIsTypeObject().

◆ Flink

DWORD _LIST_ENTRY32::Flink

Definition at line 155 of file wddefs.h.

Referenced by DbgDumpGuestModules(), IntWinDrvIsListHead(), and IntWinObjIsTypeObject().


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