Compartir a través de


estructura ACPI_EVAL_INPUT_BUFFER_COMPLEX_V2 (acpiioct.h)

En este tema se describe la estructura de ACPI_EVAL_INPUT_BUFFER_COMPLEX_V2 .

Sintaxis

typedef struct _ACPI_EVAL_INPUT_BUFFER_COMPLEX_V2 {
  ULONG                   Signature;
  union {
    UCHAR MethodName[4];
    ULONG MethodNameAsUlong;
  } DUMMYUNIONNAME;
  ULONG                   Size;
  ULONG                   ArgumentCount;
  ACPI_METHOD_ARGUMENT_V2 Argument[ANYSIZE_ARRAY];
} ACPI_EVAL_INPUT_BUFFER_COMPLEX_V2, *PACPI_EVAL_INPUT_BUFFER_COMPLEX_V2;

Miembros

Signature

Define la firma de miembro de ULONG.

DUMMYUNIONNAME

Define el miembro de nombre de método de DUMMYUNIONNAME.

DUMMYUNIONNAME.MethodName[4]

Define el miembro de nombre de método de DUMMYUNIONNAME. MethodName.

DUMMYUNIONNAME.MethodNameAsUlong

Define el miembro de nombre de método de DUMMYUNIONNAME. MethodNameAsUlong.

Size

Define el tamaño del miembro de ULONG.

ArgumentCount

Define el miembro ULONGArgumentCount.

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)