Home
last modified time | relevance | path

Searched refs:HWND_TOP (Results 1 – 25 of 44) sorted by relevance

12

/reactos/modules/rostests/apitests/user32/
H A DDeferWindowPos.c303 … hdwp = DeferWindowPos(hdwp, hWnd1, HWND_TOP, 20, 30, 100, 100, SWP_NOACTIVATE|SWP_NOOWNERZORDER); in Test_DWP_SimpleMsg()
315 … hdwp = DeferWindowPos(hdwp, hWnd1, HWND_TOP, 20, 30, 110, 110, SWP_NOACTIVATE|SWP_NOOWNERZORDER); in Test_DWP_SimpleMsg()
327 … hdwp = DeferWindowPos(hdwp, hWnd1, HWND_TOP, 30, 40, 110, 110, SWP_NOACTIVATE|SWP_NOOWNERZORDER); in Test_DWP_SimpleMsg()
329 … hdwp = DeferWindowPos(hdwp, hWnd2, HWND_TOP, 30, 40, 100, 100, SWP_NOACTIVATE|SWP_NOOWNERZORDER); in Test_DWP_SimpleMsg()
353 …hdwp = DeferWindowPos(hdwp, hWnd1, HWND_TOP, 0, 0, 0, 0, SWP_NOACTIVATE|SWP_NOOWNERZORDER|SWP_NOMO… in Test_DWP_SimpleMsg()
/reactos/base/applications/sndvol32/
H A Dadvanced.c154 …SetWindowPos(hwndDlg, HWND_TOP, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.to… in OnInitDialog()
163 …SetWindowPos(GetDlgItem(hwndDlg, IDOK), HWND_TOP, rect.left, rect.top, rect.right - rect.left, rec… in OnInitDialog()
174 …SetWindowPos(GetDlgItem(hwndDlg, IDC_ADV_OTHER_CONTROLS), HWND_TOP, rect.left, rect.top, rect.righ… in OnInitDialog()
H A Ddialog.c712 …SetWindowPos(PrefContext->MixerWindow->hWnd, HWND_TOP, PrefContext->MixerWindow->rect.left, PrefCo… in LoadDialogCtrls()
718 HWND_TOP, in LoadDialogCtrls()
751 HWND_TOP, in LoadDialogCtrls()
/reactos/win32ss/user/ntuser/
H A Dfocus.c391 co_WinPosSetWindowPos(Wnd, HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE); in IntActivateWindow()
415 co_WinPosSetWindowPos(Wnd, HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE); in IntActivateWindow()
490 co_WinPosSetWindowPos(Window, HWND_TOP, 0, 0, 0, 0, flags); in co_IntSendActivateMessages()
512 … co_WinPosSetWindowPos(pwndCurrent, HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE|SWP_NOMOVE|SWP_NOACTIVATE); in co_IntSendActivateMessages()
881 co_WinPosSetWindowPos(Wnd, HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE); in co_IntSetForegroundMessageQueue()
H A Dwinpos.c692 co_WinPosSetWindowPos(Wnd, HWND_TOP, in IntSetWindowPlacement()
702 co_WinPosSetWindowPos(Wnd, HWND_TOP, in IntSetWindowPlacement()
710 co_WinPosSetWindowPos(Wnd, HWND_TOP, in IntSetWindowPlacement()
1430 hWndInsertAfter = topmost ? HWND_TOPMOST : HWND_TOP; in WinPosDoOwnedPopups()
1435 if (hWndInsertAfter == HWND_TOP || hWndInsertAfter == HWND_NOTOPMOST) in WinPosDoOwnedPopups()
1464 if (hWndInsertAfter == HWND_TOP || hWndInsertAfter == HWND_NOTOPMOST) in WinPosDoOwnedPopups()
1609 WinPos->hwndInsertAfter = (0 != (Wnd->ExStyle & WS_EX_TOPMOST) ? HWND_TOPMOST : HWND_TOP); in WinPosFixupFlags()
1626 if (WinPos->hwndInsertAfter == HWND_TOP) in WinPosFixupFlags()
2798 0 != (Wnd->ExStyle & WS_EX_TOPMOST) ? HWND_TOPMOST : HWND_TOP, in co_WinPosShowWindow()
3546 if ( hWndInsertAfter != HWND_TOP && in NtUserSetWindowPos()
[all …]
H A Dwindow.c993 hWndPrev = HWND_TOP; /* fallback to the HWND_TOP case */ in IntLinkHwnd()
1018 else if (hWndPrev == HWND_TOP) in IntLinkHwnd()
1053 IntLinkHwnd(Wnd, HWND_TOP); in IntLinkHwnd()
1245 UserIsDesktopWindow(WndNewParent)) ? HWND_TOP : HWND_TOPMOST)); in co_IntSetParent()
1287 (0 == (Wnd->ExStyle & WS_EX_TOPMOST) ? HWND_TOP : HWND_TOPMOST), in co_IntSetParent()
2306 hwndInsertAfter = HWND_TOP; in co_UserCreateWindowEx()
2568 … co_WinPosSetWindowPos(Window, HWND_TOP, 0, 0, 0, 0, SWP_SHOWWINDOW | SWP_NOMOVE | SWP_NOSIZE); in co_UserCreateWindowEx()
H A Dnonclient.c530 … co_WinPosSetWindowPos(pwnd, HWND_TOP, pr->left, pr->top, width, height, SWP_NOACTIVATE); in DefWndDoSizeMove()
701 co_WinPosSetWindowPos(pwnd, HWND_TOP, sizingRect.left, sizingRect.top, in DefWndDoSizeMove()
716 co_WinPosSetWindowPos(pwnd, HWND_TOP, origRect.left, origRect.top, in DefWndDoSizeMove()
/reactos/dll/win32/iernonce/
H A Ddialog.cpp75 SetWindowPos(HWND_TOP, 0, 0, in ResizeListBoxAndDialog()
/reactos/base/applications/winhlp32/
H A Dwinhelp.c447 SetWindowPos(hButtonBoxWnd, HWND_TOP, in WINHELP_LayoutMainWindow()
455 SetWindowPos(hTextWnd, HWND_TOP, in WINHELP_LayoutMainWindow()
746 SetWindowPos(win->hMainWnd, HWND_TOP, pt.x, pt.y, sz.cx, sz.cy, flags); in WINHELP_CreateHelpWindow()
1085 SetWindowPos(button->hWnd, HWND_TOP, x, y, button_size.cx, button_size.cy, 0); in WINHELP_ButtonBoxWndProc()
1513 SetWindowPos(win->hMainWnd, HWND_TOP, 0, 0, in WINHELP_MainWndProc()
/reactos/dll/win32/hhctrl.ocx/
H A Dhelp.c553 SetWindowPos(info->hwndTabCtrl, HWND_TOP, 0, 0, in Child_OnSize()
1323 SetWindowPos(info->popup.hwndCallback, HWND_TOP, 0, 0, in ResizePopupChild()
1543 SetWindowPos(pHHInfo->WinType.hwndNavigation, HWND_TOP, 0, 0, in Help_OnSize()
1547 SetWindowPos(pHHInfo->hwndSizeBar, HWND_TOP, rc.left, rc.top, in Help_OnSize()
1553 SetWindowPos(pHHInfo->WinType.hwndHTML, HWND_TOP, rc.left, rc.top, in Help_OnSize()
/reactos/dll/win32/browseui/
H A Dbasebarsite.cpp726 … ::SetWindowPos(toolbarWnd, HWND_TOP, pnmcd->rc.right - btnarea, 0, btnw, btnh, SWP_SHOWWINDOW); in OnCustomDraw()
750 ::SetWindowPos(toolbarWnd, HWND_TOP, 0, 2, 20, 18, SWP_SHOWWINDOW); in OnCustomDraw()
/reactos/dll/win32/comctl32/
H A Dcomboex.c402 SetWindowPos(infoPtr->hwndEdit, HWND_TOP, x, y, w, h, in COMBOEX_AdjustEditPos()
938 SetWindowPos (infoPtr->hwndSelf, HWND_TOP, 0, 0, in COMBOEX_SetItemHeight()
1054 SetWindowPos(infoPtr->hwndCombo, HWND_TOP, 0, 0, in COMBOEX_Create()
1060 SetWindowPos(hwnd, HWND_TOP, 0, 0, in COMBOEX_Create()
1635 if (width) SetWindowPos (infoPtr->hwndCombo, HWND_TOP, 0, 0, in COMBOEX_WindowPosChanging()
H A Dtooltips.c920 SetWindowPos (infoPtr->hwndSelf, HWND_TOP, 0, 0, 0, 0, in TOOLTIPS_Hide()
950 SetWindowPos (infoPtr->hwndSelf, HWND_TOP, 0, 0, 0, 0, in TOOLTIPS_TrackHide()
1893 SetWindowPos (hwnd, HWND_TOP, 0, 0, 0, 0, SWP_NOZORDER | SWP_HIDEWINDOW | SWP_NOACTIVATE); in TOOLTIPS_Create()
H A Dpager.c270 SetWindowPos(infoPtr->hwndChild, HWND_TOP, in PAGER_PositionChildWnd()
283 SetWindowPos(infoPtr->hwndChild, HWND_TOP, in PAGER_PositionChildWnd()
/reactos/dll/win32/serialui/
H A Dserialui.c226 SetWindowPos(hDlg, HWND_TOP, in CommDlgProc()
/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c3304 HWND_TOP, in ResizeWnd()
3313 HWND_TOP, in ResizeWnd()
3324 HWND_TOP, in ResizeWnd()
4497 HWND_TOP, in EventDetails()
4512 HWND_TOP, in EventDetails()
4525 HWND_TOP, in EventDetails()
4539 HWND_TOP, in EventDetails()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c554 SetWindowPos( hwndTo, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE ); in MDI_SwitchActiveChild()
559 …SetWindowPos( hwndTo, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | (activate ? 0 : SWP_NOACTIVA… in MDI_SwitchActiveChild()
2179 hDWP = DeferWindowPos(hDWP, hwnd, HWND_TOP, x, y, cx, cy, SWP_NOACTIVATE); in CascadeWindows()
2351 hDWP = DeferWindowPos(hDWP, hwnd, HWND_TOP, x, y, cx, cy, SWP_NOACTIVATE); in TileWindows()
/reactos/dll/win32/browseui/shellfind/
H A DCSearchBar.cpp292 HWND_TOP, in OnSize()
/reactos/win32ss/user/user32/controls/
H A Dappswitch.c503 SetWindowPos(hwndLast, HWND_TOP, 0, 0, 0, 0, in RotateTasks()
/reactos/base/system/userinit/
H A Dlivecd.c573 HWND_TOP, in CenterWindow()
/reactos/sdk/lib/3rdparty/strmbase/
H A Dwindow.c634 ret = SetWindowPos(This->baseWindow.hWnd, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); in BaseControlWindowImpl_SetWindowForeground()
/reactos/base/applications/magnify/
H A Dmagnifier.c719 SetWindowPos(hWnd, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); in WndProc()
/reactos/dll/win32/msgina/
H A Dshutdown.c679 HWND_TOP, in ChangeRequiredButton()
/reactos/dll/win32/mshtml/
H A Dview.c251 SetWindowPos(This->hwnd, HWND_TOP, in activate_window()
/reactos/base/applications/taskmgr/
H A Dtaskmgr.c868 …SetWindowPos(hMainWnd, (OnTop ? HWND_TOPMOST : HWND_TOP), 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE | SW… in TaskManager_OnRestoreMainWindow()

12