Home
last modified time | relevance | path

Searched refs:SPI_GETICONTITLELOGFONT (Results 1 – 24 of 24) sorted by relevance

/reactos/dll/win32/ole32/
H A Dole32_main.c62 if (!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0)) in OleMetafilePictFromIconAndLabel()
/reactos/modules/rostests/apitests/win32nt/ntuser/
H A DNtUserSystemParametersInfo.c701 ASSERT(NtUserSystemParametersInfo(SPI_GETICONTITLELOGFONT, sizeof(lfOrig), &lfOrig, 0)); in Test_SPI_SETICONTITLELOGFONT()
707 TEST(NtUserSystemParametersInfo(SPI_GETICONTITLELOGFONT, 0, &buf.lf, 0) == 1); in Test_SPI_SETICONTITLELOGFONT()
718 TEST(NtUserSystemParametersInfo(SPI_GETICONTITLELOGFONT, 8, &buf.lf, 0) == 1); in Test_SPI_SETICONTITLELOGFONT()
726 TEST(NtUserSystemParametersInfo(SPI_GETICONTITLELOGFONT, -1, &buf.lf, 0) == 1); in Test_SPI_SETICONTITLELOGFONT()
/reactos/win32ss/user/user32/controls/
H A Dicontitle.c197 SystemParametersInfoA( SPI_GETICONTITLELOGFONT, 0, &logFont, 0 ); in IconTitleWndProc()
/reactos/dll/win32/uxtheme/
H A Dmetric.c108 if(!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), plf, 0)) in GetThemeSysFont()
H A Dsystem.c377 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, sizeof (iconTitleFont), in UXTHEME_BackupSystemMetrics()
501 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, sizeof (iconTitleFont), in UXTHEME_SaveSystemMetrics()
/reactos/modules/rosapps/lib/vfdlib/
H A Dvfdguitip.c184 SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0); in VfdToolTip()
/reactos/win32ss/user/user32/misc/
H A Ddesktop.c285 case SPI_GETICONTITLELOGFONT: in RealSystemParametersInfoA()
/reactos/dll/win32/msctf/
H A Dmlng.cpp321 if (!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), &lf, 0)) in InatCreateIcon()
/reactos/dll/cpl/input/
H A Dsettings_page.c64 if (SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0)) in CreateLayoutIcon()
/reactos/dll/win32/comctl32/
H A Dipaddress.c246 SystemParametersInfoW(SPI_GETICONTITLELOGFONT, 0, &logFont, 0); in IPADDRESS_Create()
H A Dcomboex.c1030 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, sizeof(mylogfont), in COMBOEX_Create()
H A Dpropsheet.c3540 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, 0, &logFont, 0); in PROPSHEET_DialogProc()
H A Dcomctl32_ros.diff2240 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, 0, &logFont, 0);
H A Dtreeview.c5164 SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0); in TREEVIEW_Create()
H A Dtoolbar.c5567 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, 0, &logFont, 0); in TOOLBAR_Create()
H A Dlistview.c9679 SystemParametersInfoW(SPI_GETICONTITLELOGFONT, 0, &logFont, 0); in LISTVIEW_NCCreate()
/reactos/base/applications/kbswitch/
H A Dkbswitch.c375 if (SystemParametersInfo(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0)) in CreateTrayIcon()
/reactos/win32ss/user/ntuser/
H A Dsysparams.c927 case SPI_GETICONTITLELOGFONT: in SpiGetSet()
1928 case SPI_GETICONTITLELOGFONT: in SpiGetSetProbeBuffer()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c3033 ret = SystemParametersInfoW( SPI_GETICONTITLELOGFONT, sizeof(lf1), &lf1, FALSE ); in test_metrics_for_dpi()
3035 …ret = pSystemParametersInfoForDpi( SPI_GETICONTITLELOGFONT, sizeof(lf2), &lf2, FALSE, custom_dpi ); in test_metrics_for_dpi()
3068 if (i == SPI_GETICONTITLELOGFONT || i == SPI_GETNONCLIENTMETRICS || i == SPI_GETICONMETRICS) in test_metrics_for_dpi()
/reactos/modules/rostests/winetests/comctl32/
H A Dtreeview.c2649 SystemParametersInfoA(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0); in test_customdraw()
/reactos/dll/win32/comdlg32/
H A Dprintdlg.c3491 SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0); in default_page_paint_hook()
/reactos/dll/win32/shlwapi/
H A Dordinal.c2469 SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(lfNewFont), &lfNewFont, 0); in SHSetDefaultDialogFont()
/reactos/sdk/include/psdk/
H A Dwinuser.h1383 #define SPI_GETICONTITLELOGFONT 0x001F macro
/reactos/base/setup/reactos/
H A Dtreelist.c2165 SystemParametersInfo(SPI_GETICONTITLELOGFONT, sizeof(sLog), &sLog, 0); in UpdateFont()