ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 structure (acpiioct.h)

This topic describes the ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 structure.

Syntax

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

Defines the ULONG member Signature.

DUMMYUNIONNAME

Defines the method name member of DUMMYUNIONNAME.

DUMMYUNIONNAME.MethodName[4]

DUMMYUNIONNAME.MethodNameAsUlong

IntegerArgument

Defines the ULONG member IntegerArgument.

Requirements

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