ACPI_EVAL_INPUT_BUFFER_V2 struttura (acpiioct.h)
Questo argomento descrive la struttura ACPI_EVAL_INPUT_BUFFER_V2 .
Sintassi
typedef struct _ACPI_EVAL_INPUT_BUFFER_V2 {
ULONG Signature;
union {
UCHAR MethodName[4];
ULONG MethodNameAsUlong;
} DUMMYUNIONNAME;
} ACPI_EVAL_INPUT_BUFFER_V2, *PACPI_EVAL_INPUT_BUFFER_V2;
Members
Signature
Definisce la firma membro ULONG.
DUMMYUNIONNAME
Definisce il membro del nome del metodo DUMMYUNIONNAME.
DUMMYUNIONNAME.MethodName[4]
DUMMYUNIONNAME.MethodNameAsUlong
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 1709 e versioni successive. |
Intestazione | acpioct.h (include Acpiioct.h) |