Home
last modified time | relevance | path

Searched refs:SM_CXSIZEFRAME (Results 1 – 12 of 12) sorted by relevance

/reactos/modules/rostests/tests/enhmetafile/
H A Denhmetafile.c55 EnhMetafileSize.cx + (2 * GetSystemMetrics(SM_CXSIZEFRAME)) + 2, in WinMain()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h555 2*(GetSystemMetrics(SM_CXSIZEFRAME)+GetSystemMetrics(SM_CXEDGE)); in GetClientSpace()
/reactos/modules/rostests/winetests/comctl32/
H A Dheader.c482 672+2*GetSystemMetrics(SM_CXSIZEFRAME), in create_custom_parent_window()
1711 CW_USEDEFAULT, CW_USEDEFAULT, 672+2*GetSystemMetrics(SM_CXSIZEFRAME), in init()
H A Dstatus.c736 CW_USEDEFAULT, CW_USEDEFAULT, 672+2*GetSystemMetrics(SM_CXSIZEFRAME), in START_TEST()
H A Drebar.c1103 CW_USEDEFAULT, CW_USEDEFAULT, 672+2*GetSystemMetrics(SM_CXSIZEFRAME), in create_parent_window()
/reactos/base/shell/explorer/
H A Dtraywnd.cpp1801 ptRebar.x = StartSize.cx + GetSystemMetrics(SM_CXSIZEFRAME); in AlignControls()
1967 INT w = m_TraySize.cx - GetSystemMetrics(SM_CXSIZEFRAME); in ProcessAutoHide()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp569 2*(GetSystemMetrics(SM_CXSIZEFRAME)+GetSystemMetrics(SM_CXEDGE)); in frame_get_clientspace()
/reactos/modules/rosapps/applications/sysutils/fontsub/
H A Dfontsub.cpp1572 GetSystemMetrics(SM_CXSIZEFRAME); in wWinMain()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c2130 dx = GetSystemMetrics(SM_CXSIZEFRAME) + GetSystemMetrics(SM_CXSIZE); in CascadeWindows()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c800 eq( frame, GetSystemMetrics( SM_CXSIZEFRAME ), "SM_CXSIZEFRAME", "%d" ); in test_setborder()
/reactos/sdk/lib/cicero/
H A Dcicuif.cpp665 return ::GetSystemMetrics(SM_CXSIZEFRAME); in STDMETHODIMP_()
/reactos/sdk/include/psdk/
H A Dwinuser.h996 #define SM_CXSIZEFRAME 32 macro