|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntdef.template.h>

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 |
Definition at line 330 of file ntdef.template.h.
| UCHAR _RTL_BALANCED_NODE::Balance |
Definition at line 344 of file ntdef.template.h.
| struct _RTL_BALANCED_NODE* _RTL_BALANCED_NODE::Children[2] |
Definition at line 334 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 |
| struct _RTL_BALANCED_NODE* _RTL_BALANCED_NODE::Left |
Definition at line 337 of file ntdef.template.h.
| ULONG_PTR _RTL_BALANCED_NODE::ParentValue |
Definition at line 345 of file ntdef.template.h.
| UCHAR _RTL_BALANCED_NODE::Red |
Definition at line 343 of file ntdef.template.h.
| struct _RTL_BALANCED_NODE* _RTL_BALANCED_NODE::Right |
Definition at line 338 of file ntdef.template.h.