structure ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 (acpiioct.h)
Cette rubrique décrit la structure ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 .
Syntaxe
typedef struct _ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 {
ULONG Signature;
union {
UCHAR MethodName[4];
ULONG MethodNameAsUlong;
} DUMMYUNIONNAME;
ULONG IntegerArgument;
} ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2, *PACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2;
Membres
Signature
Définit la signature du membre ULONG.
DUMMYUNIONNAME
Définit le membre du nom de méthode de DUMMYUNIONNAME.
DUMMYUNIONNAME.MethodName[4]
DUMMYUNIONNAME.MethodNameAsUlong
IntegerArgument
Définit le membre ULONGIntegerArgument.
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) |