[ros-bugs] [Bug 2389] CPL sends wrong stuff to subsystem

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Thu Jul 12 15:54:29 CEST 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=2389


greatlord at reactos.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #3 from greatlord at reactos.com  2007-07-12 15:54 CET -------
Patch deny 
-----------
you change are wrong
 SystemParametersInfo(SPI_SETMOUSESPEED,data, NULL, SPIF_SENDCHANGE);

accroing to msdn and own test case read
http://search.msdn.microsoft.com/search/Default.aspx?query=SPI_SETMOUSESPEED&brand=msdn&locale=en-us&refinement=00&lang=en-us

Prototype for SystemParametersInfo
BOOL WINAPI SystemParametersInfo(UINT uiAction, UINT uiParam, PVOID pvParam,
UINT fWinIni);


SPI_SETMOUSESPEED
Sets the current mouse speed. The pvParam parameter is an integer between 1
(slowest) and 20 (fastest). A value of 10 is the default. This value is
typically set using the mouse control panel application.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list