Home
last modified time | relevance | path

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

/reactos/dll/win32/browseui/
H A DCAutoComplete.cpp1615 UINT uSWP_ = SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED | SWP_NOACTIVATE; in OnExitSizeMove() local
1616 SetWindowPos(NULL, 0, 0, 0, 0, uSWP_); in OnExitSizeMove()
1717 UINT uSWP_ = SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED | SWP_NOACTIVATE; in OnNCLButtonDown() local
1718 SetWindowPos(NULL, 0, 0, 0, 0, uSWP_); in OnNCLButtonDown()
1857 UINT uSWP_ = SWP_NOACTIVATE | SWP_NOCOPYBITS; in OnSize() local
1861 rcScrollBar.Width(), rcScrollBar.Height(), uSWP_); in OnSize()
1864 rcSizeBox.Width(), rcSizeBox.Height(), uSWP_); in OnSize()
1867 rcList.Width(), rcList.Height(), uSWP_); in OnSize()