Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the DEBUG_MEMORY_REQUIREMENTS structure.
Syntax
typedef struct {
PHYSICAL_ADDRESS Start;
PHYSICAL_ADDRESS MaxEnd;
PVOID VirtualAddress;
ULONG Length;
BOOLEAN Cached;
BOOLEAN Aligned;
} DEBUG_MEMORY_REQUIREMENTS, *PDEBUG_MEMORY_REQUIREMENTS;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | ntddk.h (include Ntddk.h) |