Compartir a través de


estructura ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2_EX (acpiioct.h)

En este tema se describe la estructura ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2_EX .

Sintaxis

typedef struct _ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2_EX {
  ULONG   Signature;
  CHAR    MethodName[256];
  ULONG64 IntegerArgument;
} ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2_EX, *PACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2_EX;

Miembros

Signature

Define la firma de miembro de ULONG.

MethodName[256]

Cadena de nombre terminada en NULL.

IntegerArgument

Define el miembro ULONG64IntegerArgument.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10, versión 1709 y versiones posteriores.
Encabezado acpiioct.h (include Acpiioct.h)