Share via


ACPI_METHOD_NEXT_ARGUMENT macro

The ACPI_METHOD_NEXT_ARGUMENT structure returns a pointer to the next ACPI_METHOD_ARGUMENT structure in an array of ACPI_METHOD_ARGUMENT structures.

Syntax

 ACPI_METHOD_NEXT_ARGUMENT(
    Argument
);

Parameters

  • Argument
    A pointer to an ACPI_METHOD_ARGUMENT structure in an array of ACPI_METHOD_ARGUMENT structures.

Return value

A pointer to the next ACPI_METHOD_ARGUMENT structure in an array of ACPI_METHOD_ARGUMENT structures.

Remarks

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.

Requirements

Target platform

Desktop

Version

Windows 2000 and later versions of Windows.

Header

Acpiioct.h (include Acpiioct.h)

See also

ACPI_METHOD_ARGUMENT

 

 

Send comments about this topic to Microsoft