Compartir a través de


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 tipo de miembro de USHORT.

DataLength

Define el miembro de USHORTDataLength.

DUMMYUNIONNAME

Define los miembros de DUMMYUNIONNAME.

DUMMYUNIONNAME.Argument

DUMMYUNIONNAME.Data[ANYSIZE_ARRAY]

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10, versión 1709 y versiones posteriores.
Encabezado acpiioct.h (include Acpiioct.h)