ReactOS 0.4.15-dev-7953-g1f49173
_RTL_GENERIC_TABLE Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_GENERIC_TABLE:

Public Attributes

PRTL_SPLAY_LINKS TableRoot
 
LIST_ENTRY InsertOrderList
 
PLIST_ENTRY OrderedPointer
 
ULONG WhichOrderedElement
 
ULONG NumberGenericTableElements
 
PRTL_GENERIC_COMPARE_ROUTINE CompareRoutine
 
PRTL_GENERIC_ALLOCATE_ROUTINE AllocateRoutine
 
PRTL_GENERIC_FREE_ROUTINE FreeRoutine
 
PVOID TableContext
 

Detailed Description

Definition at line 477 of file rtltypes.h.

Member Data Documentation

◆ AllocateRoutine

PRTL_GENERIC_ALLOCATE_ROUTINE _RTL_GENERIC_TABLE::AllocateRoutine

Definition at line 484 of file rtltypes.h.

◆ CompareRoutine

PRTL_GENERIC_COMPARE_ROUTINE _RTL_GENERIC_TABLE::CompareRoutine

Definition at line 483 of file rtltypes.h.

◆ FreeRoutine

PRTL_GENERIC_FREE_ROUTINE _RTL_GENERIC_TABLE::FreeRoutine

Definition at line 485 of file rtltypes.h.

◆ InsertOrderList

LIST_ENTRY _RTL_GENERIC_TABLE::InsertOrderList

Definition at line 479 of file rtltypes.h.

◆ NumberGenericTableElements

ULONG _RTL_GENERIC_TABLE::NumberGenericTableElements

Definition at line 482 of file rtltypes.h.

◆ OrderedPointer

PLIST_ENTRY _RTL_GENERIC_TABLE::OrderedPointer

Definition at line 480 of file rtltypes.h.

◆ TableContext

PVOID _RTL_GENERIC_TABLE::TableContext

Definition at line 486 of file rtltypes.h.

◆ TableRoot

PRTL_SPLAY_LINKS _RTL_GENERIC_TABLE::TableRoot

Definition at line 478 of file rtltypes.h.

◆ WhichOrderedElement

ULONG _RTL_GENERIC_TABLE::WhichOrderedElement

Definition at line 481 of file rtltypes.h.


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