Process Hacker
_RTL_BALANCED_NODE Struct Reference

#include <ntbasic.h>

Data Fields

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

Detailed Description

Definition at line 126 of file ntbasic.h.

Field Documentation

union { ... }
union { ... }
UCHAR Balance

Definition at line 140 of file ntbasic.h.

struct _RTL_BALANCED_NODE* Children[2]

Definition at line 130 of file ntbasic.h.

struct _RTL_BALANCED_NODE* Left

Definition at line 133 of file ntbasic.h.

ULONG_PTR ParentValue

Definition at line 141 of file ntbasic.h.

UCHAR Red

Definition at line 139 of file ntbasic.h.

struct _RTL_BALANCED_NODE* Right

Definition at line 134 of file ntbasic.h.


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