ACPI_EVAL_OUTPUT_BUFFER_V2 - NtDoc

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

typedef struct _ACPI_EVAL_OUTPUT_BUFFER_V2 {
  ULONG                   Signature;
  ULONG                   Length;
  ULONG                   Count;
  ACPI_METHOD_ARGUMENT_V2 Argument[ANYSIZE_ARRAY];
} ACPI_EVAL_OUTPUT_BUFFER_V2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the ACPI_EVAL_OUTPUT_BUFFER_V2 structure.

Members

Signature

Defines the ULONG member Signature.

Length

Defines the ULONG member Length.

Count

Defines the ULONG member Count.

Argument

Defines the ACPI_METHOD_ARGUMENT_V2 member Argument[ANYSIZE_ARRAY].

Remarks

See also