UCX_CONTROLLER_CONFIG_SET_ACPI_INFO function (ucxcontroller.h)

Initializes a UCX_CONTROLLER_CONFIG structure with the specified values for the controller with ACPI as the parent.

Syntax

void UCX_CONTROLLER_CONFIG_SET_ACPI_INFO(
  PUCX_CONTROLLER_CONFIG Config,
  PSTR                   VendorId,
  PSTR                   DeviceId,
  PSTR                   RevisionId
);

Parameters

Config

A pointer to a UCX_CONTROLLER_CONFIG structure to initialize.

VendorId

A string that contains the vendor identifier for the device.

DeviceId

A string that specifies the device identifier assigned by the manufacturer.

RevisionId

A string that Specifies the revision level of the device described by the DeviceID member.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10
Target Platform Windows
Header ucxcontroller.h (include Ucxclass.h)

See also

UCX_CONTROLLER_CONFIG

UcxControllerCreate