ACPI_EVAL_INPUT_BUFFER_COMPLEX_V1 structure

This topic describes the ACPI_EVAL_INPUT_BUFFER_COMPLEX_V1 structure.

Syntax

typedef struct _ACPI_EVAL_INPUT_BUFFER_COMPLEX_V1 {
  ULONG                   Signature;
  union {
    UCHAR MethodName[4];
    ULONG MethodNameAsUlong;
  } DUMMYUNIONNAME;
  ULONG                   Size;
  ULONG                   ArgumentCount;
  ACPI_METHOD_ARGUMENT_V1 Argument[ANYSIZE_ARRAY];
} ACPI_EVAL_INPUT_BUFFER_COMPLEX_V1, *PACPI_EVAL_INPUT_BUFFER_COMPLEX_V1;

Members

  • Signature
    Defines the ULONG member Signature.

  • DUMMYUNIONNAME
    Defines the method name member of DUMMYUNIONNAME.

  • Size
    Defines the ULONG member Size.

  • ArgumentCount
    Defines the ULONG member ArgumentCount.

  • Argument[ANYSIZE_ARRAY]
    Defines the ACPI_METHOD_ARGUMENT_V1 member Argument[ANYSIZE_ARRAY].

Requirements

Version

Windows 10, version 1709 and later versions.

Header

Acpiioct.h (include Acpiioct.h)

 

 

Send comments about this topic to Microsoft