/reactos/dll/win32/ole32/ |
H A D | ole32_main.c | 62 if (!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0)) in OleMetafilePictFromIconAndLabel()
|
/reactos/modules/rostests/apitests/win32nt/ntuser/ |
H A D | NtUserSystemParametersInfo.c | 701 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 D | icontitle.c | 197 SystemParametersInfoA( SPI_GETICONTITLELOGFONT, 0, &logFont, 0 ); in IconTitleWndProc()
|
/reactos/dll/win32/uxtheme/ |
H A D | metric.c | 108 if(!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), plf, 0)) in GetThemeSysFont()
|
H A D | system.c | 377 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, sizeof (iconTitleFont), in UXTHEME_BackupSystemMetrics() 501 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, sizeof (iconTitleFont), in UXTHEME_SaveSystemMetrics()
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdguitip.c | 184 SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0); in VfdToolTip()
|
/reactos/win32ss/user/user32/misc/ |
H A D | desktop.c | 285 case SPI_GETICONTITLELOGFONT: in RealSystemParametersInfoA()
|
/reactos/dll/win32/msctf/ |
H A D | mlng.cpp | 321 if (!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), &lf, 0)) in InatCreateIcon()
|
/reactos/dll/cpl/input/ |
H A D | settings_page.c | 64 if (SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0)) in CreateLayoutIcon()
|
/reactos/dll/win32/comctl32/ |
H A D | ipaddress.c | 246 SystemParametersInfoW(SPI_GETICONTITLELOGFONT, 0, &logFont, 0); in IPADDRESS_Create()
|
H A D | comboex.c | 1030 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, sizeof(mylogfont), in COMBOEX_Create()
|
H A D | propsheet.c | 3540 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, 0, &logFont, 0); in PROPSHEET_DialogProc()
|
H A D | comctl32_ros.diff | 2240 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, 0, &logFont, 0);
|
H A D | treeview.c | 5164 SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0); in TREEVIEW_Create()
|
H A D | toolbar.c | 5567 SystemParametersInfoW (SPI_GETICONTITLELOGFONT, 0, &logFont, 0); in TOOLBAR_Create()
|
H A D | listview.c | 9679 SystemParametersInfoW(SPI_GETICONTITLELOGFONT, 0, &logFont, 0); in LISTVIEW_NCCreate()
|
/reactos/base/applications/kbswitch/ |
H A D | kbswitch.c | 375 if (SystemParametersInfo(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0)) in CreateTrayIcon()
|
/reactos/win32ss/user/ntuser/ |
H A D | sysparams.c | 927 case SPI_GETICONTITLELOGFONT: in SpiGetSet() 1928 case SPI_GETICONTITLELOGFONT: in SpiGetSetProbeBuffer()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | sysparams.c | 3033 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 D | treeview.c | 2649 SystemParametersInfoA(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0); in test_customdraw()
|
/reactos/dll/win32/comdlg32/ |
H A D | printdlg.c | 3491 SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0); in default_page_paint_hook()
|
/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 2469 SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(lfNewFont), &lfNewFont, 0); in SHSetDefaultDialogFont()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 1383 #define SPI_GETICONTITLELOGFONT 0x001F macro
|
/reactos/base/setup/reactos/ |
H A D | treelist.c | 2165 SystemParametersInfo(SPI_GETICONTITLELOGFONT, sizeof(sLog), &sLog, 0); in UpdateFont()
|