Rizin
unix-like reverse engineering framework and cli tools
_RTL_RB_TREE Struct Reference

#include <windows_heap.h>

Public Attributes

PRTL_BALANCED_NODE Root
 
union {
   BOOL   Encoded: 1
 
   PRTL_BALANCED_NODE   Min
 
}; 
 

Detailed Description

Definition at line 59 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ Encoded

BOOL _RTL_RB_TREE::Encoded

Definition at line 62 of file windows_heap.h.

◆ Min

PRTL_BALANCED_NODE _RTL_RB_TREE::Min

Definition at line 63 of file windows_heap.h.

◆ Root

PRTL_BALANCED_NODE _RTL_RB_TREE::Root

Definition at line 60 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks().


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