Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure provides information about an advanced Configuration and power interface (ACPI) USB controller.
Syntax
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;
Members
VendorId[MAX_VENDOR_ID_STRING_LENGTH]
The vendor ID of the ACPI USB controller.
DeviceId[MAX_DEVICE_ID_STRING_LENGTH]
The device ID of the ACPI USB controller.
RevisionId[MAX_REVISION_ID_STRING_LENGTH]
The revision ID of the ACPI USB controller.
Requirements
Requirement | Value |
---|---|
Header | ucxcontroller.h (include Ucxclass.h) |