ReactOS 0.4.15-dev-8434-g155a7c7
_RTL_AVL_TABLE Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_AVL_TABLE:

Public Attributes

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 440 of file rtltypes.h.

Member Data Documentation

◆ AllocateRoutine

PRTL_AVL_ALLOCATE_ROUTINE _RTL_AVL_TABLE::AllocateRoutine

Definition at line 449 of file rtltypes.h.

◆ BalancedRoot

RTL_BALANCED_LINKS _RTL_AVL_TABLE::BalancedRoot

Definition at line 441 of file rtltypes.h.

◆ CompareRoutine

PRTL_AVL_COMPARE_ROUTINE _RTL_AVL_TABLE::CompareRoutine

Definition at line 448 of file rtltypes.h.

◆ DeleteCount

ULONG _RTL_AVL_TABLE::DeleteCount

Definition at line 447 of file rtltypes.h.

◆ DepthOfTree

ULONG _RTL_AVL_TABLE::DepthOfTree

Definition at line 445 of file rtltypes.h.

◆ FreeRoutine

PRTL_AVL_FREE_ROUTINE _RTL_AVL_TABLE::FreeRoutine

Definition at line 450 of file rtltypes.h.

◆ NumberGenericTableElements

ULONG _RTL_AVL_TABLE::NumberGenericTableElements

Definition at line 444 of file rtltypes.h.

◆ OrderedPointer

PVOID _RTL_AVL_TABLE::OrderedPointer

Definition at line 442 of file rtltypes.h.

◆ RestartKey

PRTL_BALANCED_LINKS _RTL_AVL_TABLE::RestartKey

Definition at line 446 of file rtltypes.h.

◆ TableContext

PVOID _RTL_AVL_TABLE::TableContext

Definition at line 451 of file rtltypes.h.

◆ WhichOrderedElement

ULONG _RTL_AVL_TABLE::WhichOrderedElement

Definition at line 443 of file rtltypes.h.


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