DEBUG_MEMORY_REQUIREMENTS structure (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 PHYSICAL_ADDRESS membre Start.

MaxEnd

Définit le PHYSICAL_ADDRESS membre MaxEnd.

VirtualAddress

Définit le membre PVOID VirtualAddress.

Length

Définit la longueur du membre ULONG.

Cached

Définit le membre BOOLEANmis en cache.

Aligned

Définit le membre BOOLEANaligné.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 11, version 22H2
En-tête ntddk.h (incluez Ntddk.h)