// ucxendpoint.h
typedef struct _UCX_ENDPOINT_ISOCH_TRANSFER_PATH_DELAYS {
ULONG MaximumSendPathDelayInMilliSeconds;
ULONG MaximumCompletionPathDelayInMilliSeconds;
} UCX_ENDPOINT_ISOCH_TRANSFER_PATH_DELAYS, *PUCX_ENDPOINT_ISOCH_TRANSFER_PATH_DELAYS;
View the official Windows Driver Kit DDI referenceNo description available.
Stores the isochronous transfer path delay values.
MaximumSendPathDelayInMilliSecondsThe maximum delay in milliseconds from the time the client driver's isochronous transfer is received by the USB driver stack to the time the transfer is programmed in the host controller. The host controller could either be a local host (as in case of wired USB) or it could be a remote controller as in case of Media-Agnostic USB (MA-USB). In case of MA-USB, it includes the maximum delay associated with the network medium.
MaximumCompletionPathDelayInMilliSecondsThe maximum delay in milliseconds from the time an isochronous transfer is completed by the (local or remote) host controller to the time the corresponding client driver's request is completed by the USB driver stack. For MA-USB, it includes the maximum delay associated with the network medium.
EVT_UCX_ENDPOINT_GET_ISOCH_TRANSFER_PATH_DELAYS