ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V1_EX structure
This topic describes the ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V1_EX structure.
Syntax
typedef struct _ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V1_EX {
ULONG Signature;
_Null_terminated_ CHAR MethodName[256];
ULONG64 IntegerArgument;
} ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V1_EX, *PACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V1_EX;
Members
Signature
Defines the ULONG member Signature.MethodName[256]
NULL terminated name string.IntegerArgument
Defines the ULONG64 member IntegerArgument.
Requirements
Version |
Windows 10, version 1709 and later versions. |
Header |
Acpiioct.h (include Acpiioct.h) |