Does anyone have any idea how to programatically modify the mouse speed through code? There is a way to do this through SystemParametersInfo (SPI_GETMOUSESPEED, SPI_SETMOUSESPEED) but the documentation states it only works with "Windows NT 5.0 and later, Windows 98"(does not work with win98, I tried).

I need something that will work with any win32 system. Mouse threshholds and acceleration are available through this function (SPI_GETMOUSE) for <NT5 but not the speed. Any help would be greatly appreciated.