#ifndef _NTWOW64_H typedef struct _RTL_RB_TREE32 { WOW64_POINTER(PRTL_BALANCED_NODE) Root; WOW64_POINTER(PRTL_BALANCED_NODE) Min; } RTL_RB_TREE32, *PRTL_RB_TREE32; #endif View code on GitHub
No description available.