Share via


ACPI_METHOD_SET_ARGUMENT_BUFFER macro

The ACPI_METHOD_SET_ARGUMENT_BUFFER macro sets the members of an ACPI_METHOD_ARGUMENT structure for custom data that is supplied in a data buffer.

Syntax

void ACPI_METHOD_SET_ARGUMENT_BUFFER(
    Argument,
    BuffData,
    BuffLength
);

Parameters

  • Argument
    A pointer to an ACPI_METHOD_ARGUMENT structure.

  • BuffData
    A pointer to a data buffer that contains custom data.

  • BuffLength
    The size, in bytes, of the custom data.

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 custom data.

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