ReactOS 0.4.15-dev-8061-g57b775e
_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 427 of file rtltypes.h.

Member Data Documentation

◆ AllocateRoutine

PRTL_AVL_ALLOCATE_ROUTINE _RTL_AVL_TABLE::AllocateRoutine

Definition at line 436 of file rtltypes.h.

◆ BalancedRoot

RTL_BALANCED_LINKS _RTL_AVL_TABLE::BalancedRoot

Definition at line 428 of file rtltypes.h.

◆ CompareRoutine

PRTL_AVL_COMPARE_ROUTINE _RTL_AVL_TABLE::CompareRoutine

Definition at line 435 of file rtltypes.h.

◆ DeleteCount

ULONG _RTL_AVL_TABLE::DeleteCount

Definition at line 434 of file rtltypes.h.

◆ DepthOfTree

ULONG _RTL_AVL_TABLE::DepthOfTree

Definition at line 432 of file rtltypes.h.

◆ FreeRoutine

PRTL_AVL_FREE_ROUTINE _RTL_AVL_TABLE::FreeRoutine

Definition at line 437 of file rtltypes.h.

◆ NumberGenericTableElements

ULONG _RTL_AVL_TABLE::NumberGenericTableElements

Definition at line 431 of file rtltypes.h.

◆ OrderedPointer

PVOID _RTL_AVL_TABLE::OrderedPointer

Definition at line 429 of file rtltypes.h.

◆ RestartKey

PRTL_BALANCED_LINKS _RTL_AVL_TABLE::RestartKey

Definition at line 433 of file rtltypes.h.

◆ TableContext

PVOID _RTL_AVL_TABLE::TableContext

Definition at line 438 of file rtltypes.h.

◆ WhichOrderedElement

ULONG _RTL_AVL_TABLE::WhichOrderedElement

Definition at line 430 of file rtltypes.h.


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