Bitdefender Hypervisor Memory Introspection
_POOL_HEADER32 Struct Reference

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

#include <wddefs.h>

Data Fields

union {
   struct {
      DWORD   PreviousSize: 9
 
      DWORD   PoolIndex: 7
 
      DWORD   BlockSize: 9
 
      DWORD   PoolType: 7
 
   } 
 
   DWORD   Ulong1
 
}; 
 
union {
   DWORD   PoolTag
 
   struct {
      WORD   AllocatorBackTraceIndex
 
      WORD   PoolTagHash
 
   } 
 
}; 
 

Detailed Description

The _POOL_HEADER structure used by 32-bit guests.

Definition at line 403 of file wddefs.h.

Field Documentation

◆ @168

union { ... }

◆ @170

union { ... }

◆ AllocatorBackTraceIndex

WORD _POOL_HEADER32::AllocatorBackTraceIndex

Definition at line 423 of file wddefs.h.

◆ BlockSize

DWORD _POOL_HEADER32::BlockSize

Definition at line 411 of file wddefs.h.

Referenced by IntWinNetFillTcpStruct(), and IntWinTokenPrivsShouldHook().

◆ PoolIndex

DWORD _POOL_HEADER32::PoolIndex

Definition at line 410 of file wddefs.h.

◆ PoolTag

DWORD _POOL_HEADER32::PoolTag

◆ PoolTagHash

WORD _POOL_HEADER32::PoolTagHash

Definition at line 424 of file wddefs.h.

◆ PoolType

DWORD _POOL_HEADER32::PoolType

Definition at line 412 of file wddefs.h.

Referenced by IntWinNetFillTcpStruct(), and IntWinObjIsTypeObject().

◆ PreviousSize

DWORD _POOL_HEADER32::PreviousSize

Definition at line 409 of file wddefs.h.

◆ Ulong1

DWORD _POOL_HEADER32::Ulong1

Definition at line 415 of file wddefs.h.


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