ReactOS 0.4.15-dev-8434-g155a7c7
_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 432 of file rtltypes.h.

Member Data Documentation

◆ Balance

CHAR _RTL_BALANCED_LINKS::Balance

Definition at line 436 of file rtltypes.h.

◆ LeftChild

struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::LeftChild

Definition at line 434 of file rtltypes.h.

Referenced by RtlpPromoteAvlTreeNode().

◆ Parent

struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::Parent

Definition at line 433 of file rtltypes.h.

◆ Reserved

UCHAR _RTL_BALANCED_LINKS::Reserved[3]

Definition at line 437 of file rtltypes.h.

◆ RightChild

struct _RTL_BALANCED_LINKS* _RTL_BALANCED_LINKS::RightChild

Definition at line 435 of file rtltypes.h.

Referenced by RtlpPromoteAvlTreeNode().


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