DEBUG_MEMORY_REQUIREMENTS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef struct {
  PHYSICAL_ADDRESS Start;
  PHYSICAL_ADDRESS MaxEnd;
  PVOID            VirtualAddress;
  ULONG            Length;
  BOOLEAN          Cached;
  BOOLEAN          Aligned;
} DEBUG_MEMORY_REQUIREMENTS, *PDEBUG_MEMORY_REQUIREMENTS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-debug_memory_requirements)

Description

This topic describes the DEBUG_MEMORY_REQUIREMENTS structure.

Members

Start

Defines the PHYSICAL_ADDRESS member Start.

MaxEnd

Defines the PHYSICAL_ADDRESS member MaxEnd.

VirtualAddress

Defines the PVOID member VirtualAddress.

Length

Defines the ULONG member Length.

Cached

Defines the BOOLEAN member Cached.

Aligned

Defines the BOOLEAN member Aligned.

Remarks

See also