ReactOS 0.4.15-dev-6068-g8061a6f
_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 471 of file rtltypes.h.

Member Data Documentation

◆ AllocateRoutine

PRTL_GENERIC_ALLOCATE_ROUTINE _RTL_GENERIC_TABLE::AllocateRoutine

Definition at line 478 of file rtltypes.h.

◆ CompareRoutine

PRTL_GENERIC_COMPARE_ROUTINE _RTL_GENERIC_TABLE::CompareRoutine

Definition at line 477 of file rtltypes.h.

◆ FreeRoutine

PRTL_GENERIC_FREE_ROUTINE _RTL_GENERIC_TABLE::FreeRoutine

Definition at line 479 of file rtltypes.h.

◆ InsertOrderList

LIST_ENTRY _RTL_GENERIC_TABLE::InsertOrderList

Definition at line 473 of file rtltypes.h.

◆ NumberGenericTableElements

ULONG _RTL_GENERIC_TABLE::NumberGenericTableElements

Definition at line 476 of file rtltypes.h.

◆ OrderedPointer

PLIST_ENTRY _RTL_GENERIC_TABLE::OrderedPointer

Definition at line 474 of file rtltypes.h.

◆ TableContext

PVOID _RTL_GENERIC_TABLE::TableContext

Definition at line 480 of file rtltypes.h.

◆ TableRoot

PRTL_SPLAY_LINKS _RTL_GENERIC_TABLE::TableRoot

Definition at line 472 of file rtltypes.h.

◆ WhichOrderedElement

ULONG _RTL_GENERIC_TABLE::WhichOrderedElement

Definition at line 475 of file rtltypes.h.


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