Home
last modified time | relevance | path

Searched refs:SPI_SETICONMETRICS (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/apitests/win32nt/ntuser/
H A DNtUserSystemParametersInfo.c798 TEST(NtUserSystemParametersInfo(SPI_SETICONMETRICS, 0, (PVOID)&metrics, 0) == 1); in Test_SPI_SETICONMETRICS()
802 TEST(NtUserSystemParametersInfo(SPI_SETICONMETRICS, 0, (PVOID)&origMetrics, 0) == 1); in Test_SPI_SETICONMETRICS()
/reactos/win32ss/user/user32/misc/
H A Ddesktop.c267 case SPI_SETICONMETRICS: in RealSystemParametersInfoA()
/reactos/base/applications/rapps/
H A Dgui.cpp498 if (wParam == SPI_SETNONCLIENTMETRICS || wParam == SPI_SETICONMETRICS) in ProcessWindowMessage()
/reactos/win32ss/user/ntuser/
H A Dsysparams.c1036 case SPI_SETICONMETRICS: in SpiGetSet()
2014 case SPI_SETICONMETRICS: in SpiGetSetProbeBuffer()
/reactos/dll/cpl/desk/
H A Dtheme.c371 SystemParametersInfoW(SPI_SETICONMETRICS, in ApplyScheme()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c1798 … rc=SystemParametersInfoA( SPI_SETICONMETRICS, sizeof(ICONMETRICSA), &im_cur, SPIF_UPDATEINIFILE ); in test_SPI_SETICONMETRICS()
1851 … rc=SystemParametersInfoA( SPI_SETICONMETRICS, sizeof(ICONMETRICSA), &im_orig,SPIF_UPDATEINIFILE ); in test_SPI_SETICONMETRICS()
/reactos/sdk/include/psdk/
H A Dwinuser.h1397 #define SPI_SETICONMETRICS 0x002E macro