Implementation of SPI_GETSHOWSOUNDS action in SystemParametersInfo

Andriy Palamarchuk apa3a at yahoo.com
Thu Sep 20 13:34:16 CDT 2001


File: windows/sysparams.c
Implemented FIXME.

According to MSDN "Using this value is equivalent to calling 
GetSystemMetrics (SM_SHOWSOUNDS)"

Andriy Palamarchuk
-------------- next part --------------
Index: sysparams.c
===================================================================
RCS file: /home/wine/wine/windows/sysparams.c,v
retrieving revision 1.20
diff -r1.20 sysparams.c
406c406,408
<     WINE_SPI_FIXME(SPI_GETSHOWSOUNDS);		/*     56 */
---
>     case SPI_GETSHOWSOUNDS:			/*     56 */
>       *(INT *)pvParam = GetSystemMetrics( SM_SHOWSOUNDS );
>       break;


More information about the wine-patches mailing list