Home
last modified time | relevance | path

Searched refs:SWP_DRAWFRAME (Results 1 – 9 of 9) sorted by relevance

/reactos/win32ss/user/user32/controls/
H A Dghost.c279 SWP_DRAWFRAME); in Ghost_OnCreate()
/reactos/modules/rostests/apitests/shell32/
H A DSHAppBarMessage.cpp111 SWP_NOZORDER | SWP_NOACTIVATE | SWP_DRAWFRAME); in SlideWindow()
132 SWP_NOZORDER | SWP_NOACTIVATE | SWP_DRAWFRAME); in SlideWindow()
/reactos/base/shell/explorer/
H A Dtrayntfy.cpp247 CONST UINT swpFlags = SWP_DRAWFRAME | SWP_NOCOPYBITS | SWP_NOZORDER; in AlignControls()
/reactos/modules/rostests/apitests/user32/
H A DCreateWindowEx.c137 SWP_NOSIZE | SWP_NOMOVE | SWP_NOZORDER | SWP_NOACTIVATE | SWP_DRAWFRAME); in MSGTestProc()
365 SWP_NOSIZE | SWP_NOMOVE | SWP_NOZORDER | SWP_NOACTIVATE | SWP_DRAWFRAME); in MSGChildProc2()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c759 LONG posOptions = SWP_DRAWFRAME | SWP_NOACTIVATE | SWP_NOZORDER; in MDICascade()
849 LONG posOptions = SWP_DRAWFRAME | SWP_NOACTIVATE | SWP_NOZORDER; in MDITile()
/reactos/dll/win32/uxtheme/
H A Dnonclient.c1111 …eft, top, right - left, bottom - top, SWP_NOZORDER | SWP_NOACTIVATE | SWP_DRAWFRAME | SWP_NOCOPYBI… in DrawWindowForNCPreview()
/reactos/dll/win32/comctl32/
H A Dtreeview.c3882 SWP_NOMOVE | SWP_DRAWFRAME); in TREEVIEW_Command()
H A Dlistview.c12103 rect.bottom - rect.top, SWP_DRAWFRAME | SWP_NOMOVE | SWP_NOZORDER); in LISTVIEW_Command()
/reactos/sdk/include/psdk/
H A Dwinuser.h1242 #define SWP_DRAWFRAME 32 macro