Home
last modified time | relevance | path

Searched defs:_RTL_AVL_TABLE (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dntddk.h2722 typedef struct _RTL_AVL_TABLE { struct
2723 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 …]