estructura ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 (acpiioct.h)
En este tema se describe la estructura ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 .
Sintaxis
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;
Miembros
Signature
Define la firma de miembro de ULONG.
DUMMYUNIONNAME
Define el miembro de nombre de método de DUMMYUNIONNAME.
DUMMYUNIONNAME.MethodName[4]
DUMMYUNIONNAME.MethodNameAsUlong
IntegerArgument
Define el miembro de ULONGIntegerArgument.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 10, versión 1709 y versiones posteriores. |
Encabezado | acpiioct.h (include Acpiioct.h) |