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.
This request unregisters the caller with USB driver stack for time sync services.
Major code
Input buffer
A pointer to a USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION structure that contains the time tracking handle previously received through the IOCTL_USB_START_TRACKING_FOR_TIME_SYNC request.
Input buffer length
The size of the USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION structure.
Status block
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status indicates an appropriate error condition as a NTSTATUS code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Minimum supported server | Windows Server 2016 |
Header | usbioctl.h |
IRQL | <= DISPATCH_LEVEL |
See also
Creating IOCTL Requests in Drivers
WdfIoTargetSendInternalIoctlOthersSynchronously