// acpiioct.h
void ACPI_METHOD_ARGUMENT_LENGTH_FROM_ARGUMENT(
Argument
);
View the official Windows hardware development documentationNo description available.
The ACPI_METHOD_ARGUMENT_LENGTH_FROM_ARGUMENT macro calculates the size, in bytes, of the data that is contained in the Data array of an ACPI_METHOD_ARGUMENT structure.
Argument A pointer to an ACPI_METHOD_ARGUMENT structure.
The size, in bytes, of the data that is contained in the Data array of the ACPI_METHOD_ARGUMENT structure that Argument points to.
A driver can use this macro to determine the size, in bytes, of the data in the Data array of an ACPI_METHOD_ARGUMENT structure.
Target platform: Desktop
Header: acpiioct.h (include Acpiioct.h)