ReactOS 0.4.16-dev-197-g92996da
|
#include <rtltypes.h>
Public Attributes | |
struct _RTL_BALANCED_LINKS * | Parent |
struct _RTL_BALANCED_LINKS * | LeftChild |
struct _RTL_BALANCED_LINKS * | RightChild |
CHAR | Balance |
UCHAR | Reserved [3] |
Definition at line 432 of file rtltypes.h.
CHAR _RTL_BALANCED_LINKS::Balance |
Definition at line 436 of file rtltypes.h.
struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::LeftChild |
Definition at line 434 of file rtltypes.h.
Referenced by RtlpPromoteAvlTreeNode().
struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::Parent |
Definition at line 433 of file rtltypes.h.
UCHAR _RTL_BALANCED_LINKS::Reserved[3] |
Definition at line 437 of file rtltypes.h.
struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::RightChild |
Definition at line 435 of file rtltypes.h.
Referenced by RtlpPromoteAvlTreeNode().