// 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 referenceNo description available.
This topic describes the ACPI_EVAL_OUTPUT_BUFFER_V2 structure.
SignatureDefines the ULONG member Signature.
LengthDefines the ULONG member Length.
CountDefines the ULONG member Count.
ArgumentDefines the ACPI_METHOD_ARGUMENT_V2 member Argument[ANYSIZE_ARRAY].