estrutura ACPI_METHOD_ARGUMENT_V2 (acpiioct.h)

Este tópico descreve a estrutura ACPI_METHOD_ARGUMENT_V2 .

Sintaxe

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

Membros

Type

Define o tipo de membro USHORT.

DataLength

Define o membro do USHORTDataLength.

DUMMYUNIONNAME

Define os membros de DUMMYUNIONNAME.

DUMMYUNIONNAME.Argument

DUMMYUNIONNAME.Data[ANYSIZE_ARRAY]

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10, versão 1709 e versões posteriores.
Cabeçalho acpiioct.h (include Acpiioct.h)