ReactOS 0.4.15-dev-7942-gd23573b
_RTL_BALANCED_LINKS Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_BALANCED_LINKS:

Public Attributes

struct _RTL_BALANCED_LINKSParent
 
struct _RTL_BALANCED_LINKSLeftChild
 
struct _RTL_BALANCED_LINKSRightChild
 
CHAR Balance
 
UCHAR Reserved [3]
 

Detailed Description

Definition at line 419 of file rtltypes.h.

Member Data Documentation

◆ Balance

CHAR _RTL_BALANCED_LINKS::Balance

Definition at line 423 of file rtltypes.h.

◆ LeftChild

struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::LeftChild

Definition at line 421 of file rtltypes.h.

Referenced by RtlpPromoteAvlTreeNode().

◆ Parent

struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::Parent

Definition at line 420 of file rtltypes.h.

◆ Reserved

UCHAR _RTL_BALANCED_LINKS::Reserved[3]

Definition at line 424 of file rtltypes.h.

◆ RightChild

struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::RightChild

Definition at line 422 of file rtltypes.h.

Referenced by RtlpPromoteAvlTreeNode().


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