Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Dmdi.c759 LONG posOptions = SWP_DRAWFRAME | SWP_NOACTIVATE | SWP_NOZORDER; in MDICascade() local
766 if (!(style & WS_SIZEBOX)) posOptions |= SWP_NOSIZE; in MDICascade()
768 posOptions); in MDICascade()
849 LONG posOptions = SWP_DRAWFRAME | SWP_NOACTIVATE | SWP_NOZORDER; in MDITile() local
851 if (!(style & WS_SIZEBOX)) posOptions |= SWP_NOSIZE; in MDITile()
853 SetWindowPos(*pWnd, 0, x, y, xsize, ysize, posOptions); in MDITile()