estructura ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2_EX (acpiioct.h)
En este tema se describe la estructura ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2_EX .
Sintaxis
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;
Miembros
Signature
Define la firma de miembro de ULONG.
MethodName[256]
Cadena de nombre terminada en NULL.
StringLength
Define el miembro de ULONGStringLength.
String[ANYSIZE_ARRAY]
Define el miembro UCHARString[ANYSIZE_ARRAY].
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 10, versión 1709 y versiones posteriores. |
Encabezado | acpiioct.h (include Acpiioct.h) |