Share via


ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 struttura (acpiioct.h)

Questo argomento descrive la struttura ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 .

Sintassi

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;

Members

Signature

Definisce la firma membro ULONG.

DUMMYUNIONNAME

Definisce il membro del nome del metodo DUMMYUNIONNAME.

DUMMYUNIONNAME.MethodName[4]

DUMMYUNIONNAME.MethodNameAsUlong

IntegerArgument

Definisce il membro ULONGIntegerArgument.

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 1709 e versioni successive.
Intestazione acpioct.h (include Acpiioct.h)