Searched defs:_RTL_AVL_TABLE (Results 1 – 1 of 1) sorted by relevance
2722 typedef struct _RTL_AVL_TABLE { struct2723 RTL_BALANCED_LINKS BalancedRoot;2724 PVOID OrderedPointer;2725 ULONG WhichOrderedElement;2726 ULONG NumberGenericTableElements;2727 ULONG DepthOfTree;2728 PRTL_BALANCED_LINKS RestartKey;2729 ULONG DeleteCount;2730 PRTL_AVL_COMPARE_ROUTINE CompareRoutine;2731 PRTL_AVL_ALLOCATE_ROUTINE AllocateRoutine;[all …]