#ifndef _NTRTL_H
typedef enum _HEAP_MEMORY_INFO_CLASS
{
HeapMemoryBasicInformation
} HEAP_MEMORY_INFO_CLASS;
View code on GitHub// ntifs.h
typedef enum _HEAP_MEMORY_INFO_CLASS {
HeapMemoryBasicInformation
} HEAP_MEMORY_INFO_CLASS;
View the official Windows Driver Kit DDI referenceThis enumeration is documented in Windows Driver Kit.
Reserved for system use.
HeapMemoryBasicInformationReserved for system use.