// acpiioct.h
typedef struct _ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2_EX {
ULONG Signature;
CHAR MethodName[256];
ULONG StringLength;
UCHAR String[ANYSIZE_ARRAY];
} ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2_EX, *PACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2_EX;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2_EX structure.
SignatureDefines the ULONG member Signature.
MethodNameNULL terminated name string.
StringLengthDefines the ULONG member StringLength.
StringDefines the UCHAR member String[ANYSIZE_ARRAY].