// ucxcontroller.h
typedef enum _UCX_CONTROLLER_PARENT_BUS_TYPE {
UcxControllerParentBusTypeCustom,
UcxControllerParentBusTypePci,
UcxControllerParentBusTypeAcpi,
UcxControllerParentBusTypeMaUsb
} UCX_CONTROLLER_PARENT_BUS_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The UCX_CONTROLLER_PARENT_BUS_TYPE enumeration defines the parent bus type.
UcxControllerParentBusTypeCustomCustom bus type.
UcxControllerParentBusTypePciParent bus is PCI.
UcxControllerParentBusTypeAcpiParent is ACPI.
UcxControllerParentBusTypeMaUsb