ReactOS 0.4.15-dev-6680-g8c76870
|
#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 413 of file rtltypes.h.
CHAR _RTL_BALANCED_LINKS::Balance |
Definition at line 417 of file rtltypes.h.
struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::LeftChild |
Definition at line 415 of file rtltypes.h.
Referenced by RtlpPromoteAvlTreeNode().
struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::Parent |
Definition at line 414 of file rtltypes.h.
UCHAR _RTL_BALANCED_LINKS::Reserved[3] |
Definition at line 418 of file rtltypes.h.
struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::RightChild |
Definition at line 416 of file rtltypes.h.
Referenced by RtlpPromoteAvlTreeNode().