Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Doptnmenu.c26 SetWindowPos(hMainWnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); in TaskManager_OnOptionsAlwaysOnTop()
H A Dtaskmgr.c621 SetWindowPos(hWnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); in OnCreate()
/reactos/base/applications/osk/
H A Dmain.c291 (Globals.bAlwaysOnTop ? HWND_TOPMOST : HWND_NOTOPMOST), in OSK_SetKeys()
457 SetWindowPos(hwnd, HWND_NOTOPMOST, Globals.PosX, Globals.PosY, 0, 0, SWP_NOSIZE); in OSK_Create()
920 SetWindowPos(hwnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE); in OSK_WndProc()
/reactos/win32ss/user/ntuser/
H A Dwinpos.c1435 if (hWndInsertAfter == HWND_TOP || hWndInsertAfter == HWND_NOTOPMOST) in WinPosDoOwnedPopups()
1464 if (hWndInsertAfter == HWND_TOP || hWndInsertAfter == HWND_NOTOPMOST) in WinPosDoOwnedPopups()
1466 if (hWndInsertAfter == HWND_NOTOPMOST || !(Window->ExStyle & WS_EX_TOPMOST)) in WinPosDoOwnedPopups()
1606 (WinPos->hwndInsertAfter != HWND_TOPMOST && WinPos->hwndInsertAfter != HWND_NOTOPMOST))) in WinPosFixupFlags()
1623 WinPos->hwndInsertAfter = HWND_NOTOPMOST; in WinPosFixupFlags()
1647 else if (WinPos->hwndInsertAfter == HWND_NOTOPMOST) in WinPosFixupFlags()
3312 WndInsertAfter != HWND_NOTOPMOST ) in NtUserDeferWindowPos()
3549 hWndInsertAfter != HWND_NOTOPMOST ) in NtUserSetWindowPos()
H A Dwindow.c988 if (hWndPrev == HWND_NOTOPMOST) in IntLinkHwnd()
/reactos/base/applications/winhlp32/
H A Dmacro.c512 SetWindowPos(main_wnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); in MACRO_HelpOnTop()
/reactos/modules/rostests/apitests/shell32/
H A DSHAppBarMessage.cpp488 SetWindowPos(hwnd, (fOnTop ? HWND_TOPMOST : HWND_NOTOPMOST), in AppBar_SetAlwaysOnTop()
/reactos/modules/rostests/winetests/user32/
H A Dwinstation.c853 ret = SetWindowPos(hwnd, HWND_NOTOPMOST, 0,0,0,0, SWP_NOSIZE|SWP_NOMOVE); in set_foreground()
H A Dmsg.c15891 { HWND_NOTOPMOST, FALSE }, in test_PostMessage()
16231 PeekMessageA( &msg, HWND_NOTOPMOST, 0, 0, PM_NOREMOVE ); in do_wait_idle_child()
H A Dwin.c2508 ret = SetWindowPos(hwnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOSIZE|SWP_NOMOVE); in test_SetWindowPos()
/reactos/sdk/include/psdk/
H A Dwinuser.h1209 #define HWND_NOTOPMOST ((HWND)(-2)) macro