ReactOS 0.4.16-dev-340-g0540c21
|
#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 321 of file ntdef.template.h.
UCHAR _RTL_BALANCED_NODE::Balance |
Definition at line 335 of file ntdef.template.h.
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 |
struct _RTL_BALANCED_NODE* _RTL_BALANCED_NODE::Left |
Definition at line 328 of file ntdef.template.h.
ULONG_PTR _RTL_BALANCED_NODE::ParentValue |
Definition at line 336 of file ntdef.template.h.
UCHAR _RTL_BALANCED_NODE::Red |
Definition at line 334 of file ntdef.template.h.
struct _RTL_BALANCED_NODE* _RTL_BALANCED_NODE::Right |
Definition at line 329 of file ntdef.template.h.