Searched refs:HWND_NOTOPMOST (Results 1 – 11 of 11) sorted by relevance
/reactos/base/applications/taskmgr/ |
H A D | optnmenu.c | 26 SetWindowPos(hMainWnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); in TaskManager_OnOptionsAlwaysOnTop()
|
H A D | taskmgr.c | 621 SetWindowPos(hWnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); in OnCreate()
|
/reactos/base/applications/osk/ |
H A D | main.c | 291 (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 D | winpos.c | 1435 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 D | window.c | 988 if (hWndPrev == HWND_NOTOPMOST) in IntLinkHwnd()
|
/reactos/base/applications/winhlp32/ |
H A D | macro.c | 512 SetWindowPos(main_wnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); in MACRO_HelpOnTop()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | SHAppBarMessage.cpp | 488 SetWindowPos(hwnd, (fOnTop ? HWND_TOPMOST : HWND_NOTOPMOST), in AppBar_SetAlwaysOnTop()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | winstation.c | 853 ret = SetWindowPos(hwnd, HWND_NOTOPMOST, 0,0,0,0, SWP_NOSIZE|SWP_NOMOVE); in set_foreground()
|
H A D | msg.c | 15891 { HWND_NOTOPMOST, FALSE }, in test_PostMessage() 16231 PeekMessageA( &msg, HWND_NOTOPMOST, 0, 0, PM_NOREMOVE ); in do_wait_idle_child()
|
H A D | win.c | 2508 ret = SetWindowPos(hwnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOSIZE|SWP_NOMOVE); in test_SetWindowPos()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 1209 #define HWND_NOTOPMOST ((HWND)(-2)) macro
|