MEM_EXTENDED_PARAMETER Struktur (wdm.h)
C++
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;
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.Type
Ein MEM_EXTENDED_PARAMETER_TYPE Wert, der den Typ des Parameters angibt.
DUMMYSTRUCTNAME.Reserved
Reserviert.
DUMMYUNIONNAME
DUMMYUNIONNAME.ULong64
DUMMYUNIONNAME.Pointer
Ein Zeiger auf eine vom Aufrufer zugewiesene MEM_ADDRESS_REQUIREMENTS Struktur, die angibt, die niedrigste und höchste Basisadresse und -ausrichtung.
DUMMYUNIONNAME.Size
DUMMYUNIONNAME.Handle
DUMMYUNIONNAME.ULong
Anforderung | Wert |
---|---|
mindestens unterstützte Client- | Windows 10, Version 1809 |
Header- | wdm.h |