UCX_CONTROLLER_CONFIG_SET_ACPI_INFO - NtDoc

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

VOID UCX_CONTROLLER_CONFIG_SET_ACPI_INFO(
  PUCX_CONTROLLER_CONFIG Config,
  PSTR                   VendorId,
  PSTR                   DeviceId,
  PSTR                   RevisionId
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucxcontroller-ucx_controller_config_set_acpi_info)

UCX_CONTROLLER_CONFIG_SET_ACPI_INFO function

Description

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

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.

See also

UCX_CONTROLLER_CONFIG

UcxControllerCreate