Searched refs:SM_CYSIZEFRAME (Results 1 – 11 of 11) sorted by relevance
56 … EnhMetafileSize.cy + (2 * GetSystemMetrics(SM_CYSIZEFRAME)) + GetSystemMetrics(SM_CYCAPTION) + 2, in WinMain()
557 2*(GetSystemMetrics(SM_CYSIZEFRAME)+GetSystemMetrics(SM_CYEDGE))- in GetClientSpace()
1643 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()
483 226+GetSystemMetrics(SM_CYCAPTION)+2*GetSystemMetrics(SM_CYSIZEFRAME), in create_custom_parent_window()1712 226+GetSystemMetrics(SM_CYCAPTION)+2*GetSystemMetrics(SM_CYSIZEFRAME), in init()
737 226+GetSystemMetrics(SM_CYCAPTION)+2*GetSystemMetrics(SM_CYSIZEFRAME), in START_TEST()
1104 226+GetSystemMetrics(SM_CYCAPTION)+2*GetSystemMetrics(SM_CYSIZEFRAME), in create_parent_window()
571 2*(GetSystemMetrics(SM_CYSIZEFRAME)+GetSystemMetrics(SM_CYEDGE))- in frame_get_clientspace()
2131 dy = GetSystemMetrics(SM_CYSIZEFRAME) + GetSystemMetrics(SM_CYSIZE); in CascadeWindows()
801 eq( frame, GetSystemMetrics( SM_CYSIZEFRAME ), "SM_CYSIZEFRAME", "%d" ); in test_setborder()
670 return ::GetSystemMetrics(SM_CYSIZEFRAME); in STDMETHODIMP_()
998 #define SM_CYSIZEFRAME 33 macro