Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the ACPI_EVAL_INPUT_BUFFER_COMPLEX_V2_EX structure.
Syntax
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;
Members
Signature
Defines the ULONG member Signature.
MethodName[256]
NULL terminated name string.
Size
Defines the ULONG member Size.
ArgumentCount
Defines the ULONG member ArgumentCount.
Argument[ANYSIZE_ARRAY]
Defines the ACPI_METHOD_ARGUMENT_V2 member Argument[ANYSIZE_ARRAY].
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 and later versions. |
Header | acpiioct.h (include Acpiioct.h) |