This function gets a current USB frame length.
BOOL GetFrameLength( USB_HANDLE hDevice,
LPUSHORT lpuFrameLength );
TRUE indicates success. FALSE indicates failure. A bug in the implementation of this function in Windows CE 2.10 causes this function to always return FALSE.
This function is defined in the Mousedrv.cpp file.