ACPI_METHOD_ARGUMENT_V2 structure (acpiioct.h)
Cette rubrique décrit la structure ACPI_METHOD_ARGUMENT_V2 .
Syntaxe
typedef struct _ACPI_METHOD_ARGUMENT_V2 {
USHORT Type;
ULONG DataLength;
union {
ULONG Argument;
UCHAR Data[ANYSIZE_ARRAY];
} DUMMYUNIONNAME;
} ACPI_METHOD_ARGUMENT_V2;
Membres
Type
Définit le type de membre USHORT.
DataLength
Définit le membre USHORTDataLength.
DUMMYUNIONNAME
Définit les membres de DUMMYUNIONNAME.
DUMMYUNIONNAME.Argument
DUMMYUNIONNAME.Data[ANYSIZE_ARRAY]
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, version 1709 et versions ultérieures. |
En-tête | acpiioct.h (inclure Acpiioct.h) |