// 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 referenceNo description available.
Stores the characteristics of an endpoint.
SizeSize of this structure.
CharacteristicTypeA UCX_ENDPOINT_CHARACTERISTIC_TYPE-type value that indicates the type of endpoint characteristic.
PriorityA UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY-typed value that indicates the priority of the endpoint.
EVT_UCX_ENDPOINT_SET_CHARACTERISTIC
UCX_CONTROLLER_ENDPOINT_CHARACTERISTIC_PRIORITY