// acpiioct.h
ACPI_METHOD_NEXT_ARGUMENT(
Argument
);
View the official Windows hardware development documentationNo description available.
The ACPI_METHOD_NEXT_ARGUMENT macro returns a pointer to the next ACPI_METHOD_ARGUMENT structure in an array of ACPI_METHOD_ARGUMENT structures.
Argument A pointer to an ACPI_METHOD_ARGUMENT structure in an array of ACPI_METHOD_ARGUMENT structures.
A pointer to the next ACPI_METHOD_ARGUMENT structure in an array of ACPI_METHOD_ARGUMENT structures.
Given a pointer to an ACPI_METHOD_ARGUMENT structure in an array of such structures, a driver can use this macro to calculate a pointer to the next structure in the array, if one exists.
Target platform: Desktop
Header: acpiioct.h (include Acpiioct.h)