// ucxendpoint.h
EVT_UCX_ENDPOINT_SET_CHARACTERISTIC EvtUcxEndpointSetCharacteristic;
VOID EvtUcxEndpointSetCharacteristic(
[in] UCXENDPOINT UcxEndpoint,
[in] PUCX_ENDPOINT_CHARACTERISTIC UcxEndpointCharacteristic
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
UCX invokes this callback function to set the priority on an endpoint.
UcxEndpoint [in]A handle to a UCXENDPOINT object that represents the endpoint.
UcxEndpointCharacteristic [in]A pointer to a UCX_ENDPOINT_CHARACTERISTIC structure that contains endpoint characteristics.
The UCX client driver registers this callback function with the USB host controller extension (UCX) by calling the UcxEndpointCreate method.