structure DEBUG_MEMORY_REQUIREMENTS (ntddk.h)
Cette rubrique décrit la structure DEBUG_MEMORY_REQUIREMENTS.
Syntaxe
typedef struct {
PHYSICAL_ADDRESS Start;
PHYSICAL_ADDRESS MaxEnd;
PVOID VirtualAddress;
ULONG Length;
BOOLEAN Cached;
BOOLEAN Aligned;
} DEBUG_MEMORY_REQUIREMENTS, *PDEBUG_MEMORY_REQUIREMENTS;
Membres
Start
Définit le membre PHYSICAL_ADDRESSDémarrer.
MaxEnd
Définit le membre PHYSICAL_ADDRESSMaxEnd.
VirtualAddress
Définit le membre PVOIDVirtualAddress.
Length
Définit le membre ULONGLength.
Cached
Définit le membre BOOLEANmis en cache.
Aligned
Définit le membre BOOLEANaligné.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 11, version 22H2 |
d’en-tête | ntddk.h (include Ntddk.h) |