IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-usbioctl-ioctl_usb_stop_tracking_for_time_sync)

IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC IOCTL

Description

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

Parameters

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.

Output buffer

Output buffer length

Input/output buffer

Input/output buffer length

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.

See also

Creating IOCTL Requests in Drivers

WdfIoTargetSendInternalIoctlOthersSynchronously

WdfIoTargetSendInternalIoctlSynchronously

WdfIoTargetSendIoctlSynchronously