Home
last modified time | relevance | path

Searched refs:SM_CYSIZEFRAME (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/tests/enhmetafile/
H A Denhmetafile.c56 … EnhMetafileSize.cy + (2 * GetSystemMetrics(SM_CYSIZEFRAME)) + GetSystemMetrics(SM_CYCAPTION) + 2, in WinMain()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h557 2*(GetSystemMetrics(SM_CYSIZEFRAME)+GetSystemMetrics(SM_CYEDGE))- in GetClientSpace()
/reactos/base/shell/explorer/
H A Dtraywnd.cpp1643 g_TaskbarSettings.sr.Size.cy += GetSystemMetrics(SM_CYSIZEFRAME); in RegLoadSettings()
1807 ptRebar.y = StartSize.cy + GetSystemMetrics(SM_CYSIZEFRAME); in AlignControls()
1968 INT h = m_TraySize.cy - GetSystemMetrics(SM_CYSIZEFRAME); in ProcessAutoHide()
/reactos/modules/rostests/winetests/comctl32/
H A Dheader.c483 226+GetSystemMetrics(SM_CYCAPTION)+2*GetSystemMetrics(SM_CYSIZEFRAME), in create_custom_parent_window()
1712 226+GetSystemMetrics(SM_CYCAPTION)+2*GetSystemMetrics(SM_CYSIZEFRAME), in init()
H A Dstatus.c737 226+GetSystemMetrics(SM_CYCAPTION)+2*GetSystemMetrics(SM_CYSIZEFRAME), in START_TEST()
H A Drebar.c1104 226+GetSystemMetrics(SM_CYCAPTION)+2*GetSystemMetrics(SM_CYSIZEFRAME), in create_parent_window()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp571 2*(GetSystemMetrics(SM_CYSIZEFRAME)+GetSystemMetrics(SM_CYEDGE))- in frame_get_clientspace()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c2131 dy = GetSystemMetrics(SM_CYSIZEFRAME) + GetSystemMetrics(SM_CYSIZE); in CascadeWindows()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c801 eq( frame, GetSystemMetrics( SM_CYSIZEFRAME ), "SM_CYSIZEFRAME", "%d" ); in test_setborder()
/reactos/sdk/lib/cicero/
H A Dcicuif.cpp670 return ::GetSystemMetrics(SM_CYSIZEFRAME); in STDMETHODIMP_()
/reactos/sdk/include/psdk/
H A Dwinuser.h998 #define SM_CYSIZEFRAME 33 macro