Bitdefender Hypervisor Memory Introspection
_RTL_DYNAMIC_HASH_TABLE32 Struct Reference

This is the structure as documented in ntddk.h. More...

#include <wddefs.h>

Data Fields

DWORD Flags
 
DWORD Shift
 
DWORD TableSize
 
DWORD Pivot
 
DWORD DivisorMask
 
DWORD NumEntries
 
DWORD NonEmptyBuckets
 
DWORD NumEnumerators
 
DWORD Directory
 

Detailed Description

This is the structure as documented in ntddk.h.

Definition at line 775 of file wddefs.h.

Field Documentation

◆ Directory

DWORD _RTL_DYNAMIC_HASH_TABLE32::Directory

Definition at line 793 of file wddefs.h.

◆ DivisorMask

DWORD _RTL_DYNAMIC_HASH_TABLE32::DivisorMask

Definition at line 785 of file wddefs.h.

◆ Flags

DWORD _RTL_DYNAMIC_HASH_TABLE32::Flags

Definition at line 779 of file wddefs.h.

◆ NonEmptyBuckets

DWORD _RTL_DYNAMIC_HASH_TABLE32::NonEmptyBuckets

Definition at line 789 of file wddefs.h.

◆ NumEntries

DWORD _RTL_DYNAMIC_HASH_TABLE32::NumEntries

Definition at line 788 of file wddefs.h.

◆ NumEnumerators

DWORD _RTL_DYNAMIC_HASH_TABLE32::NumEnumerators

Definition at line 790 of file wddefs.h.

◆ Pivot

DWORD _RTL_DYNAMIC_HASH_TABLE32::Pivot

Definition at line 784 of file wddefs.h.

◆ Shift

DWORD _RTL_DYNAMIC_HASH_TABLE32::Shift

Definition at line 780 of file wddefs.h.

◆ TableSize

DWORD _RTL_DYNAMIC_HASH_TABLE32::TableSize

Definition at line 783 of file wddefs.h.


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