Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The client driver calls this method before it cancels transfers on the wire.
Syntax
void UcxEndpointNeedToCancelTransfers(
[in] UCXENDPOINT Endpoint
);
Parameters
[in] Endpoint
A handle to the endpoint object. The client driver retrieved the handle in a previous call to UcxEndpointCreate.
Return value
None
Remarks
If needed, UCX coordinates with the hub driver to send a Clear TT buffer command to the TT Hub.
After that operation completes, UCX invokes the client driver's EVT_UCX_ENDPOINT_OK_TO_CANCEL_TRANSFERS callback function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Target Platform | Windows |
Minimum KMDF version | 1.0 |
Minimum UMDF version | 2.0 |
Header | ucxendpoint.h (include Ucxclass.h, Ucxendpoint.h) |
IRQL | <=DISPATCH_LEVEL |