ACPI_METHOD_SET_ARGUMENT_STRING - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acpiioct.h

void ACPI_METHOD_SET_ARGUMENT_STRING(
    Argument,
    StrData
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (acpi-method-set-argument-string)

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.

Parameters

Argument A pointer to an ACPI_METHOD_ARGUMENT structure.

StrData A pointer to a NULL-terminated ASCII string.

Return value

This macro does not return a value.

Remarks

A driver can use this macro to set the members of an ACPI_METHOD_ARGUMENT structure that supplies a NULL-terminated ASCII string.

Requirements

Target platform: Desktop

Header: acpiioct.h (include Acpiioct.h)

See also

ACPI_METHOD_ARGUMENT