HEAP_MEMORY_INFO_CLASS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

typedef enum _HEAP_MEMORY_INFO_CLASS
{
    HeapMemoryBasicInformation
} HEAP_MEMORY_INFO_CLASS;

#endif

View code on GitHub
// ntifs.h

typedef enum _HEAP_MEMORY_INFO_CLASS {
  HeapMemoryBasicInformation
} HEAP_MEMORY_INFO_CLASS;
View the official Windows Driver Kit DDI reference

NtDoc

This enumeration is documented in Windows Driver Kit.

Windows Driver Kit DDI reference (ne-ntifs-heap_memory_info_class)

Description

Reserved for system use.

Constants

HeapMemoryBasicInformation

Reserved for system use.