ACPI_METHOD_SET_ARGUMENT_STRING macro
The ACPI_METHOD_SET_ARGUMENT_STRING macro sets the members of an ACPI_METHOD_ARGUMENT structure for a string value.
void ACPI_METHOD_SET_ARGUMENT_STRING(
Argument,
StrData
);
Argument
A pointer to an ACPI_METHOD_ARGUMENT structure.StrData
A pointer to a NULL-terminated ASCII string.
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 NULL-terminated ASCII string.
Target platform |
Desktop |
Version |
Windows 2000 and later versions of Windows. |
Header |
Acpiioct.h (include Acpiioct.h) |