ACPI_METHOD_ARGUMENT_V2 structure (acpiioct.h)
This topic describes the ACPI_METHOD_ARGUMENT_V2 structure.
Syntax
typedef struct _ACPI_METHOD_ARGUMENT_V2 {
USHORT Type;
ULONG DataLength;
union {
ULONG Argument;
UCHAR Data[ANYSIZE_ARRAY];
} DUMMYUNIONNAME;
} ACPI_METHOD_ARGUMENT_V2;
Members
Type
Defines the USHORT member Type.
DataLength
Defines the USHORT member DataLength.
DUMMYUNIONNAME
Defines the members of DUMMYUNIONNAME.
DUMMYUNIONNAME.Argument
DUMMYUNIONNAME.Data[ANYSIZE_ARRAY]
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 and later versions. |
Header | acpiioct.h (include Acpiioct.h) |