UCX_ENDPOINT_CHARACTERISTIC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucxendpoint.h

typedef struct _UCX_ENDPOINT_CHARACTERISTIC {
  ULONG                            Size;
  UCX_ENDPOINT_CHARACTERISTIC_TYPE CharacteristicType;
  union {
    UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY Priority;
  };
} UCX_ENDPOINT_CHARACTERISTIC, *PUCX_ENDPOINT_CHARACTERISTIC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucxendpoint-_ucx_endpoint_characteristic)

_UCX_ENDPOINT_CHARACTERISTIC structure

Description

Stores the characteristics of an endpoint.

Members

Size

Size of this structure.

CharacteristicType

A UCX_ENDPOINT_CHARACTERISTIC_TYPE-type value that indicates the type of endpoint characteristic.

Priority

A UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY-typed value that indicates the priority of the endpoint.

See also

EVT_UCX_ENDPOINT_SET_CHARACTERISTIC

UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY