ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acpiioct.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpiioct-_acpi_eval_input_buffer_simple_integer_v2)

_ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 structure

Description

This topic describes the ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_V2 structure.

Members

Signature

Defines the ULONG member Signature.

DUMMYUNIONNAME

Defines the method name member of DUMMYUNIONNAME.

DUMMYUNIONNAME.MethodName

DUMMYUNIONNAME.MethodNameAsUlong

IntegerArgument

Defines the ULONG member IntegerArgument.