ReactOS 0.4.15-dev-7924-g5949c20
_RTL_BALANCED_NODE Struct Reference

#include <ntdef.template.h>

Collaboration diagram for _RTL_BALANCED_NODE:

Public Attributes

union {
   struct _RTL_BALANCED_NODE *   Children [2]
 
   struct {
      struct _RTL_BALANCED_NODE *   Left
 
      struct _RTL_BALANCED_NODE *   Right
 
   }   DUMMYSTRUCTNAME
 
DUMMYUNIONNAME
 
union {
   UCHAR   Red: 1
 
   UCHAR   Balance: 2
 
   ULONG_PTR   ParentValue
 
DUMMYUNIONNAME2
 

Detailed Description

Definition at line 321 of file ntdef.template.h.

Member Data Documentation

◆ Balance

UCHAR _RTL_BALANCED_NODE::Balance

Definition at line 335 of file ntdef.template.h.

◆ Children

struct _RTL_BALANCED_NODE* _RTL_BALANCED_NODE::Children[2]

Definition at line 325 of file ntdef.template.h.

◆ 

_ANONYMOUS_STRUCT struct { ... } _RTL_BALANCED_NODE::DUMMYSTRUCTNAME

◆ 

_ANONYMOUS_UNION union { ... } _RTL_BALANCED_NODE::DUMMYUNIONNAME

◆ 

_ANONYMOUS_UNION union { ... } _RTL_BALANCED_NODE::DUMMYUNIONNAME2

◆ Left

struct _RTL_BALANCED_NODE* _RTL_BALANCED_NODE::Left

Definition at line 328 of file ntdef.template.h.

◆ ParentValue

ULONG_PTR _RTL_BALANCED_NODE::ParentValue

Definition at line 336 of file ntdef.template.h.

◆ Red

UCHAR _RTL_BALANCED_NODE::Red

Definition at line 334 of file ntdef.template.h.

◆ Right

struct _RTL_BALANCED_NODE* _RTL_BALANCED_NODE::Right

Definition at line 329 of file ntdef.template.h.


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