Process Hacker
_PH_HASHTABLE_ENTRY Struct Reference

#include <phbase.h>

Data Fields

ULONG HashCode
 Hash code of the entry.
 
ULONG Next
 Either the index of the next entry in the bucket, the index of the next free entry, or -1 for invalid.
 
QUAD Body
 The beginning of user data.
 

Detailed Description

Definition at line 2843 of file phbase.h.

Field Documentation

QUAD Body

The beginning of user data.

Definition at line 2852 of file phbase.h.

ULONG HashCode

Hash code of the entry.

-1 if entry is unused.

Definition at line 2846 of file phbase.h.

ULONG Next

Either the index of the next entry in the bucket, the index of the next free entry, or -1 for invalid.

Definition at line 2850 of file phbase.h.


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