Process Hacker
_RTL_AVL_TABLE Struct Reference

#include <ntrtl.h>

Data Fields

RTL_BALANCED_LINKS BalancedRoot
 
PVOID OrderedPointer
 
ULONG WhichOrderedElement
 
ULONG NumberGenericTableElements
 
ULONG DepthOfTree
 
PRTL_BALANCED_LINKS RestartKey
 
ULONG DeleteCount
 
PRTL_AVL_COMPARE_ROUTINE CompareRoutine
 
PRTL_AVL_ALLOCATE_ROUTINE AllocateRoutine
 
PRTL_AVL_FREE_ROUTINE FreeRoutine
 
PVOID TableContext
 

Detailed Description

Definition at line 177 of file ntrtl.h.

Field Documentation

PRTL_AVL_ALLOCATE_ROUTINE AllocateRoutine

Definition at line 187 of file ntrtl.h.

RTL_BALANCED_LINKS BalancedRoot

Definition at line 179 of file ntrtl.h.

PRTL_AVL_COMPARE_ROUTINE CompareRoutine

Definition at line 186 of file ntrtl.h.

ULONG DeleteCount

Definition at line 185 of file ntrtl.h.

ULONG DepthOfTree

Definition at line 183 of file ntrtl.h.

PRTL_AVL_FREE_ROUTINE FreeRoutine

Definition at line 188 of file ntrtl.h.

ULONG NumberGenericTableElements

Definition at line 182 of file ntrtl.h.

PVOID OrderedPointer

Definition at line 180 of file ntrtl.h.

PRTL_BALANCED_LINKS RestartKey

Definition at line 184 of file ntrtl.h.

PVOID TableContext

Definition at line 189 of file ntrtl.h.

ULONG WhichOrderedElement

Definition at line 181 of file ntrtl.h.


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