Condividi tramite


struttura MEM_EXTENDED_PARAMETER (wdm.h)

Sintassi

typedef struct MEM_EXTENDED_PARAMETER {
  struct {
    ULONG64 Type : MEM_EXTENDED_PARAMETER_TYPE_BITS;
    ULONG64 Reserved : 64 - MEM_EXTENDED_PARAMETER_TYPE_BITS;
  } DUMMYSTRUCTNAME;
  union {
    ULONG64 ULong64;
    PVOID   Pointer;
    SIZE_T  Size;
    HANDLE  Handle;
    ULONG   ULong;
  } DUMMYUNIONNAME;
} MEM_EXTENDED_PARAMETER, *PMEM_EXTENDED_PARAMETER;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.Type

Valore MEM_EXTENDED_PARAMETER_TYPE che indica il tipo di parametro.

DUMMYSTRUCTNAME.Reserved

Riservato.

DUMMYUNIONNAME

DUMMYUNIONNAME.ULong64

DUMMYUNIONNAME.Pointer

Puntatore a una struttura di MEM_ADDRESS_REQUIREMENTS allocata dal chiamante che specifica, l'indirizzo di base e l'allineamento più basso e più alto.

DUMMYUNIONNAME.Size

DUMMYUNIONNAME.Handle

DUMMYUNIONNAME.ULong

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 1809
Intestazione wdm.h