// 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 referenceNo description available.
This topic describes the DEBUG_MEMORY_REQUIREMENTS structure.
StartDefines the PHYSICAL_ADDRESS member Start.
MaxEndDefines the PHYSICAL_ADDRESS member MaxEnd.
VirtualAddressDefines the PVOID member VirtualAddress.
LengthDefines the ULONG member Length.
CachedDefines the BOOLEAN member Cached.
AlignedDefines the BOOLEAN member Aligned.