Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
En este tema se describe la estructura ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2.
Sintaxis
typedef struct _ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2 {
ULONG Signature;
union {
UCHAR MethodName[4];
ULONG MethodNameAsUlong;
} DUMMYUNIONNAME;
ULONG StringLength;
UCHAR String[ANYSIZE_ARRAY];
} ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2, *PACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2;
Miembros
Signature
Define el miembro de ULONG Signature.
DUMMYUNIONNAME
Define el miembro de nombre de método de DUMMYUNIONNAME.
DUMMYUNIONNAME.MethodName[4]
Define el miembro de nombre del método de DUMMYUNIONNAME. MethodName.
DUMMYUNIONNAME.MethodNameAsUlong
Define el miembro de nombre del método de DUMMYUNIONNAME. MethodNameAsUlong.
StringLength
Define el miembro ULONG StringLength.
String[ANYSIZE_ARRAY]
Define el miembro UCHAR String[ANYSIZE_ARRAY].
Requisitos
| Requisito | Valor |
|---|---|
| cliente mínimo admitido | Windows 10, versión 1709 y versiones posteriores. |
| encabezado de | acpiioct.h (include Acpiioct.h) |