// ucxcontroller.h
typedef struct _UCX_CONTROLLER_ACPI_INFORMATION {
CHAR VendorId[MAX_VENDOR_ID_STRING_LENGTH];
CHAR DeviceId[MAX_DEVICE_ID_STRING_LENGTH];
CHAR RevisionId[MAX_REVISION_ID_STRING_LENGTH];
} UCX_CONTROLLER_ACPI_INFORMATION, *PUCX_CONTROLLER_ACPI_INFORMATION;
View the official Windows Driver Kit DDI referenceNo description available.
This structure provides information about an advanced Configuration and power interface (ACPI) USB controller.
VendorIdThe vendor ID of the ACPI USB controller.
DeviceIdThe device ID of the ACPI USB controller.
RevisionIdThe revision ID of the ACPI USB controller.
UCX_CONTROLLER_CONFIG_SET_ACPI_INFO