estructura ACPI_METHOD_ARGUMENT_V2 (acpiioct.h)
En este tema se describe la estructura ACPI_METHOD_ARGUMENT_V2.
Sintaxis
typedef struct _ACPI_METHOD_ARGUMENT_V2 {
USHORT Type;
ULONG DataLength;
union {
ULONG Argument;
UCHAR Data[ANYSIZE_ARRAY];
} DUMMYUNIONNAME;
} ACPI_METHOD_ARGUMENT_V2;
Miembros
Type
Define el de tipomiembro de USHORT.
DataLength
Define el miembro de USHORT DataLength.
DUMMYUNIONNAME
Define los miembros de DUMMYUNIONNAME.
DUMMYUNIONNAME.Argument
DUMMYUNIONNAME.Data[ANYSIZE_ARRAY]
Requisitos
Requisito | Valor |
---|---|
cliente mínimo admitido | Windows 10, versión 1709 y versiones posteriores. |
encabezado de | acpiioct.h (include Acpiioct.h) |