Compartir a través de


estructura ACPI_EVAL_OUTPUT_BUFFER_V2 (acpiioct.h)

En este tema se describe la estructura ACPI_EVAL_OUTPUT_BUFFER_V2 .

Sintaxis

typedef struct _ACPI_EVAL_OUTPUT_BUFFER_V2 {
  ULONG                   Signature;
  ULONG                   Length;
  ULONG                   Count;
  ACPI_METHOD_ARGUMENT_V2 Argument[ANYSIZE_ARRAY];
} ACPI_EVAL_OUTPUT_BUFFER_V2;

Miembros

Signature

Define la firma de miembro de ULONG.

Length

Define la longitud del miembro ULONG.

Count

Define el recuento de miembros de ULONG.

Argument[ANYSIZE_ARRAY]

Define el ACPI_METHOD_ARGUMENT_V2 miembro Argument[ANYSIZE_ARRAY].

Requisitos

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