Partager via


structure ACPI_METHOD_ARGUMENT_V2 (acpiioct.h)

Cette rubrique décrit la structure ACPI_METHOD_ARGUMENT_V2.

Syntaxe

typedef struct _ACPI_METHOD_ARGUMENT_V2 {
  USHORT Type;
  ULONG  DataLength;
  union {
    ULONG Argument;
    UCHAR Data[ANYSIZE_ARRAY];
  } DUMMYUNIONNAME;
} ACPI_METHOD_ARGUMENT_V2;

Membres

Type

Définit le membre USHORTType.

DataLength

Définit le membre USHORTDataLength.

DUMMYUNIONNAME

Définit les membres de DUMMYUNIONNAME.

DUMMYUNIONNAME.Argument

DUMMYUNIONNAME.Data[ANYSIZE_ARRAY]

Exigences

Exigence Valeur
client minimum pris en charge Windows 10, version 1709 et versions ultérieures.
d’en-tête acpiioct.h (include Acpiioct.h)