ACPI_EVAL_INPUT_BUFFER_COMPLEX_V2_EX - NtDoc

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

typedef struct _ACPI_EVAL_INPUT_BUFFER_COMPLEX_V2_EX {
  ULONG                   Signature;
  CHAR                    MethodName[256];
  ULONG                   Size;
  ULONG                   ArgumentCount;
  ACPI_METHOD_ARGUMENT_V2 Argument[ANYSIZE_ARRAY];
} ACPI_EVAL_INPUT_BUFFER_COMPLEX_V2_EX, *PACPI_EVAL_INPUT_BUFFER_COMPLEX_V2_EX;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the ACPI_EVAL_INPUT_BUFFER_COMPLEX_V2_EX structure.

Members

Signature

Defines the ULONG member Signature.

MethodName

NULL terminated name string.

Size

Defines the ULONG member Size.

ArgumentCount

Defines the ULONG member ArgumentCount.

Argument

Defines the ACPI_METHOD_ARGUMENT_V2 member Argument[ANYSIZE_ARRAY].

Remarks

See also