UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ucxendpoint-_ucx_endpoint_characteristic_priority)

_UCX_ENDPOINT_CHARACTERISTIC_PRIORITY enumeration

Description

Indicates the priority of endpoints.

Constants

UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_NONE

No characteristics of the endpoint.

UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VIDEO

Bulk endpoint with video has the priority.

UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_VOICE

Bulk endpoint with voice has the priority.

UCX_ENDPOINT_CHARACTERISTIC_PRIORITY_BULK_INTERACTIVE

Bulk endpoint with interactive has the priority.

See also

USB client drivers for Media-Agnostic (MA-USB)