ReactOS 0.4.15-dev-6680-g8c76870
_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 413 of file rtltypes.h.

Member Data Documentation

◆ Balance

CHAR _RTL_BALANCED_LINKS::Balance

Definition at line 417 of file rtltypes.h.

◆ LeftChild

struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::LeftChild

Definition at line 415 of file rtltypes.h.

Referenced by RtlpPromoteAvlTreeNode().

◆ Parent

struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::Parent

Definition at line 414 of file rtltypes.h.

◆ Reserved

UCHAR _RTL_BALANCED_LINKS::Reserved[3]

Definition at line 418 of file rtltypes.h.

◆ RightChild

struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::RightChild

Definition at line 416 of file rtltypes.h.

Referenced by RtlpPromoteAvlTreeNode().


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