// 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 referenceNo description available.
Initializes a UCX_CONTROLLER_CONFIG structure with the specified values for the controller with ACPI as the parent.
ConfigA pointer to a UCX_CONTROLLER_CONFIG structure to initialize.
VendorIdA string that contains the vendor identifier for the device.
DeviceIdA string that specifies the device identifier assigned by the manufacturer.
RevisionIdA string that Specifies the revision level of the device described by the DeviceID member.