This function registers for exclusive access to control the USB frame length.
BOOL TakeFrameLengthControl( USB_HANDLE hDevice );
TRUE indicates that the frame length control is specified. FALSE indicates that another driver has already obtained control of the USB frame length.
Use with care. Changing the USB frame length may affect other devices on the bus.
This function is defined in the Mousedrv.cpp file.
ReleaseFrameLengthControl, SetFrameLength