This function gets the status of an active isochronous transfer.
BOOL GetIsochResults( USB_TRANSFER hTransfer, DWORD cFrames, LPDWORD lpdwBytesTransferred, LPDWORD lpdwErrors );
Returns TRUE if hTransfer points to a completed isochronous transfer, FALSE otherwise.
The supplied arrays are filled out with the error values and amounts of data transferred for each frame. There may have been data transferred on a frame, even if an error is returned.
This function is defined in the Mousedrv.cpp file.