This function sends a SYNC_FRAME request to a USB device.
USB_TRANSFER SyncFrame( USB_HANDLE hDevice, LPTRANSFER_NOTIFY_ROUTINE lpStartAddress,
LPVOID lpvNotifyParameter, DWORD dwFlags, UCHAR bEndpoint, LPWORD lpwFrame );
A USB_TRANSFER handle indicates success. NULL indicates failure.
This function initiates a control transfer to a USB device, requesting that the device send a synchronization frame. Isochronous endpoints use synchronization frames to synchronize a data stream.
This function is defined in the Mousedrv.cpp file.
AbortTransfer, GetTransferStatus, IsTransferComplete