// ucxendpoint.h
typedef enum _UCX_ENDPOINT_CHARACTERISTIC_PRIORITY {
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_NONE,
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VIDEO,
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VOICE,
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_INTERACTIVE
} UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY;
View the official Windows Driver Kit DDI referenceNo description available.
Indicates the priority of endpoints.
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_NONENo characteristics of the endpoint.
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VIDEOBulk endpoint with video has the priority.
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VOICEBulk endpoint with voice has the priority.
UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_INTERACTIVEBulk endpoint with interactive has the priority.
USB client drivers for Media-Agnostic (MA-USB)