Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This topic describes the ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2_EX structure.
Syntax
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;
Members
Signature
Defines the ULONG member Signature.
MethodName[256]
NULL terminated name string.
StringLength
Defines the ULONG member StringLength.
String[ANYSIZE_ARRAY]
Defines the UCHAR member String[ANYSIZE_ARRAY].
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1709 and later versions. |
| Header | acpiioct.h (include Acpiioct.h) |