ACPI_METHOD_ARGUMENT_V2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acpiioct.h

typedef struct _ACPI_METHOD_ARGUMENT_V2 {
  USHORT Type;
  ULONG  DataLength;
  union {
    ULONG Argument;
    UCHAR Data[ANYSIZE_ARRAY];
  } DUMMYUNIONNAME;
} ACPI_METHOD_ARGUMENT_V2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpiioct-_acpi_method_argument_v2)

_ACPI_METHOD_ARGUMENT_V2 structure

Description

This topic describes the ACPI_METHOD_ARGUMENT_V2 structure.

Members

Type

Defines the USHORT member Type.

DataLength

Defines the USHORT member DataLength.

DUMMYUNIONNAME

Defines the members of DUMMYUNIONNAME.

DUMMYUNIONNAME.Argument

DUMMYUNIONNAME.Data