Searched refs:posOptions (Results 1 – 1 of 1) sorted by relevance
759 LONG posOptions = SWP_DRAWFRAME | SWP_NOACTIVATE | SWP_NOZORDER; in MDICascade() local766 if (!(style & WS_SIZEBOX)) posOptions |= SWP_NOSIZE; in MDICascade()768 posOptions); in MDICascade()849 LONG posOptions = SWP_DRAWFRAME | SWP_NOACTIVATE | SWP_NOZORDER; in MDITile() local851 if (!(style & WS_SIZEBOX)) posOptions |= SWP_NOSIZE; in MDITile()853 SetWindowPos(*pWnd, 0, x, y, xsize, ysize, posOptions); in MDITile()