struttura ACPI_METHOD_ARGUMENT_V2 (acpiioct.h)

In questo argomento viene descritta la struttura ACPI_METHOD_ARGUMENT_V2.

Sintassi

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

Membri

Type

Definisce il membro USHORTType.

DataLength

Definisce il membro USHORT DataLength.

DUMMYUNIONNAME

Definisce i membri di DUMMYUNIONNAME.

DUMMYUNIONNAME.Argument

DUMMYUNIONNAME.Data[ANYSIZE_ARRAY]

Fabbisogno

Requisito Valore
client minimo supportato Windows 10, versione 1709 e versioni successive.
intestazione acpioct.h (include Acpiioct.h)