Bitdefender Hypervisor Memory Introspection
_POOL_HEADER64 Struct Reference

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

#include <wddefs.h>

Data Fields

union {
   struct {
      DWORD   PreviousSize: 8
 
      DWORD   PoolIndex: 8
 
      DWORD   BlockSize: 8
 
      DWORD   PoolType: 8
 
   } 
 
   DWORD   Ulong1
 
}; 
 
DWORD PoolTag
 
union {
   QWORD   ProcessBilled
 
   struct {
      WORD   AllocatorBackTraceIndex
 
      WORD   PoolTagHash
 
   } 
 
}; 
 

Detailed Description

The _POOL_HEADER structure used by 64-bit guests.

Definition at line 432 of file wddefs.h.

Field Documentation

◆ @176

union { ... }

◆ @178

union { ... }

◆ AllocatorBackTraceIndex

WORD _POOL_HEADER64::AllocatorBackTraceIndex

Definition at line 454 of file wddefs.h.

◆ BlockSize

DWORD _POOL_HEADER64::BlockSize

Definition at line 440 of file wddefs.h.

Referenced by IntWinNetFillTcpStruct(), and IntWinTokenPrivsShouldHook().

◆ PoolIndex

DWORD _POOL_HEADER64::PoolIndex

Definition at line 439 of file wddefs.h.

◆ PoolTag

DWORD _POOL_HEADER64::PoolTag

◆ PoolTagHash

WORD _POOL_HEADER64::PoolTagHash

Definition at line 455 of file wddefs.h.

◆ PoolType

DWORD _POOL_HEADER64::PoolType

Definition at line 441 of file wddefs.h.

Referenced by IntWinNetFillTcpStruct(), and IntWinObjIsTypeObject().

◆ PreviousSize

DWORD _POOL_HEADER64::PreviousSize

Definition at line 438 of file wddefs.h.

◆ ProcessBilled

QWORD _POOL_HEADER64::ProcessBilled

Definition at line 450 of file wddefs.h.

◆ Ulong1

DWORD _POOL_HEADER64::Ulong1

Definition at line 444 of file wddefs.h.


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