// usbioctl.h
// CTL_CODE(0x0022, 0x11f, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC 0x0022047C
View the official Windows Driver Kit DDI referenceNo description available.
This request unregisters the caller with USB driver stack for time sync services.
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.
The size of the USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION structure.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status indicates an appropriate error condition as a NTSTATUS code.
Creating IOCTL Requests in Drivers
WdfIoTargetSendInternalIoctlOthersSynchronously
WdfIoTargetSendInternalIoctlSynchronously
WdfIoTargetSendIoctlSynchronously