// acpiioct.h
void ACPI_METHOD_SET_ARGUMENT_INTEGER(
MethodArgument,
IntData
);
View the official Windows hardware development documentationNo description available.
The ACPI_METHOD_SET_ARGUMENT_INTEGER macro sets the members of an ACPI_METHOD_ARGUMENT structure for a single integer value.
MethodArgument A pointer to an ACPI_METHOD_ARGUMENT structure.
IntData An integer value of type ULONG.
This macro does not return a value.
A driver can use this macro to set the members of an ACPI_METHOD_ARGUMENT structure that supplies a single integer value of type ULONG.
Target platform: Desktop
Header: acpiioct.h (include Acpiioct.h)