// ucxcontroller.h
EVT_UCX_CONTROLLER_STOP_TRACKING_FOR_TIME_SYNC EvtUcxControllerStopTrackingForTimeSync;
VOID EvtUcxControllerStopTrackingForTimeSync(
[in] UCXCONTROLLER UcxController,
[in] WDFREQUEST WdfRequest,
[in] size_t OutputBufferLength,
[in] size_t InputBufferLength
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
UCX invokes this callback function to the stop time tracking functionality in the controller.
UcxController [in]A handle to the UCX controller that the client driver received in a previous call to the UcxControllerCreate method.
WdfRequest [in]A framework request object that contains the request to stop time tracking.
OutputBufferLength [in]The length, in bytes, of the request's output buffer, if an output buffer is available. This value is the size of the USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION structure.
InputBufferLength [in]The length, in bytes, of the request's input buffer, if an input buffer is available. This value is the size of the USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION structure.
IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC