Condividi tramite


struttura DEBUG_MEMORY_REQUIREMENTS (ntddk.h)

In questo argomento viene descritta la struttura DEBUG_MEMORY_REQUIREMENTS.

Sintassi

typedef struct {
  PHYSICAL_ADDRESS Start;
  PHYSICAL_ADDRESS MaxEnd;
  PVOID            VirtualAddress;
  ULONG            Length;
  BOOLEAN          Cached;
  BOOLEAN          Aligned;
} DEBUG_MEMORY_REQUIREMENTS, *PDEBUG_MEMORY_REQUIREMENTS;

Membri

Start

Definisce il membro PHYSICAL_ADDRESSStart.

MaxEnd

Definisce il membro PHYSICAL_ADDRESSMaxEnd.

VirtualAddress

Definisce il membro PVOIDVirtualAddress.

Length

Definisce il membro ULONG Length.

Cached

Definisce il membro booleanomemorizzato nella cache.

Aligned

Definisce il membro BOOLEANAligned.

Fabbisogno

Requisito Valore
client minimo supportato Windows 11, versione 22H2
intestazione ntddk.h (include Ntddk.h)