ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2_EX structure (acpiioct.h)

This topic describes the ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2_EX structure.

Syntax

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;

Members

Signature

Defines the ULONG member Signature.

MethodName[256]

NULL terminated name string.

IntegerArgument

Defines the ULONG64 member IntegerArgument.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709 and later versions.
Header acpiioct.h (include Acpiioct.h)