//0x40 bytes (sizeof)
struct _RTLP_HP_HEAP_GLOBALS
{
ULONGLONG HeapKey; //0x0
ULONGLONG LfhKey; //0x8
struct _HEAP_FAILURE_INFORMATION* FailureInfo; //0x10
struct _RTL_HEAP_MEMORY_LIMIT_DATA CommitLimitData; //0x18
union
{
ULONG Flags; //0x38
struct
{
ULONG ErmsSupported:1; //0x38
ULONG ErmsChecked:1; //0x38
} FlagsBits; //0x38
};
};