IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC IOCTL (usbioctl.h)

This request unregisters the caller with USB driver stack for time sync services.

Major code

IRP_MJ_DEVICE_CONTROL

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

WdfIoTargetSendInternalIoctlSynchronously

WdfIoTargetSendIoctlSynchronously