EVT_UCX_ENDPOINT_SET_CHARACTERISTIC - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-ucxendpoint-evt_ucx_endpoint_set_characteristic)

EVT_UCX_ENDPOINT_SET_CHARACTERISTIC callback function

Description

UCX invokes this callback function to set the priority on an endpoint.

Parameters

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.

Remarks

The UCX client driver registers this callback function with the USB host controller extension (UCX) by calling the UcxEndpointCreate method.

See also