/reactos/dll/win32/msgina/ |
H A D | dimmedwindow.cpp | 258 CComObject<CDimmedWindow> *pWindow; in ShellDimScreen() local 259 HRESULT hr = CComObject<CDimmedWindow>::CreateInstance(&pWindow); in ShellDimScreen() 262 pWindow->WaitForInit(); in ShellDimScreen() 264 if (!IsWindow(pWindow->Wnd())) in ShellDimScreen() 266 refcount = pWindow->AddRef(); in ShellDimScreen() 268 refcount = pWindow->Release(); in ShellDimScreen() 275 hr = pWindow->QueryInterface(IID_IUnknown, pUnknown); in ShellDimScreen() 276 *hWindow = pWindow->Wnd(); in ShellDimScreen() 282 refcount = pWindow->AddRef(); in ShellDimScreen() 284 refcount = pWindow->Release(); in ShellDimScreen()
|
/reactos/win32ss/user/ntuser/ |
H A D | shutdown.c | 22 IntClientShutdown(IN PWND pWindow, in IntClientShutdown() argument 36 List = IntWinListChildren(pWindow); in IntClientShutdown() 73 if (!co_IntSendMessage(UserHMGetHandle(pWindow), WM_QUERYENDSESSION, 0, lParams)) in IntClientShutdown() 80 co_IntSendMessage(UserHMGetHandle(pWindow), WM_ENDSESSION, KillTimers, lParams); in IntClientShutdown() 83 DestroyTimersForWindow(pWindow->head.pti, pWindow); in IntClientShutdown()
|
H A D | clipboard.c | 374 UserClipboardRelease(PWND pWindow) in UserClipboardRelease() argument 378 if (!pWindow) in UserClipboardRelease() 414 UserClipboardFreeWindow(PWND pWindow) in UserClipboardFreeWindow() argument 429 if (pWindow == pWinStaObj->spwndClipOpen) in UserClipboardFreeWindow() 490 PWND pWindow = NULL; in UserOpenClipboard() local 496 pWindow = UserGetWindowObject(hWnd); in UserOpenClipboard() 497 if (!pWindow) in UserOpenClipboard() 521 pWinStaObj->spwndClipOpen = pWindow; in UserOpenClipboard() 1118 PWND pWindow; in NtUserSetClipboardViewer() local 1127 if (!pWindow) in NtUserSetClipboardViewer() [all …]
|
H A D | clipboard.h | 14 UserClipboardRelease(PWND pWindow); 17 UserClipboardFreeWindow(PWND pWindow);
|
H A D | shutdown.h | 4 IntClientShutdown(IN PWND pWindow,
|
H A D | window.c | 1695 static void IntSendParentNotify( PWND pWindow, UINT msg ) in IntSendParentNotify() argument 1697 if ( (pWindow->style & (WS_CHILD | WS_POPUP)) == WS_CHILD && in IntSendParentNotify() 1698 !(pWindow->ExStyle & WS_EX_NOPARENTNOTIFY)) in IntSendParentNotify() 1700 if (VerifyWnd(pWindow->spwndParent) && !UserIsDesktopWindow(pWindow->spwndParent)) in IntSendParentNotify() 1703 UserRefObjectCo(pWindow->spwndParent, &Ref); in IntSendParentNotify() 1704 co_IntSendMessage( UserHMGetHandle(pWindow->spwndParent), in IntSendParentNotify() 1706 MAKEWPARAM( msg, pWindow->IDMenu), in IntSendParentNotify() 1707 (LPARAM)UserHMGetHandle(pWindow) ); in IntSendParentNotify() 1708 UserDerefObjectCo(pWindow->spwndParent); in IntSendParentNotify()
|
H A D | msgqueue.h | 215 VOID APIENTRY MsqRemoveWindowMessagesFromQueue(PWND pWindow);
|
/reactos/win32ss/user/user32/windows/ |
H A D | dialog.c | 133 PWND pWindow; in DIALOG_get_info() local 136 pWindow = ValidateHwnd( hWnd ); in DIALOG_get_info() 137 if (!pWindow) in DIALOG_get_info() 142 dlgInfo = pWindow->DialogPointer; in DIALOG_get_info() 146 if (pWindow && pWindow->cbwndExtra >= DLGWINDOWEXTRA) in DIALOG_get_info() 2396 PWND pWindow; in GetNextDlgTabItem() local 2398 pWindow = ValidateHwnd( hDlg ); in GetNextDlgTabItem() 2399 if (!pWindow) return NULL; in GetNextDlgTabItem() 2402 pWindow = ValidateHwnd( hCtl ); in GetNextDlgTabItem() 2403 if (!pWindow) return NULL; in GetNextDlgTabItem()
|
/reactos/sdk/lib/cicero/ |
H A D | cicuif.cpp | 4483 CUIFMenu::InitShow(CUIFWindow *pWindow, LPCRECT prc, BOOL bFlag, BOOL bDoAnimation) in STDMETHODIMP_() 4486 if (pWindow) in STDMETHODIMP_() 4487 hWnd = *pWindow; in STDMETHODIMP_() 4820 UINT CUIFMenu::ShowModalPopup(CUIFWindow *pWindow, LPCRECT prc, BOOL bFlag) in ShowModalPopup() argument 4823 if (pWindow) in ShowModalPopup() 4825 pCaptured = pWindow->m_pCaptured; in ShowModalPopup() 4830 if (InitShow(pWindow, prc, bFlag, TRUE)) in ShowModalPopup() 4833 pWindow->SetBehindModal(this); in ShowModalPopup() 4836 pWindow->SetBehindModal(NULL); in ShowModalPopup() 4842 if (pWindow) in ShowModalPopup() [all …]
|
H A D | cicuif.h | 719 UINT ShowModalPopup(CUIFWindow *pWindow, LPCRECT prc, BOOL bFlag); 727 STDMETHOD_(BOOL, InitShow)(CUIFWindow *pWindow, LPCRECT prc, BOOL bFlag, BOOL bDoAnimation);
|
/reactos/dll/win32/msutb/ |
H A D | msutb.cpp | 1015 CUIFWindow *pWindow, 1038 INT ShowPopup(CUIFWindow *pWindow, POINT pt, LPCRECT prcExclude); 1407 STDMETHOD(OnUnknown46)(CUIFWindow *pWindow) { return S_OK; } in STDMETHOD() 1408 STDMETHOD(OnUnknown47)(CUIFWindow *pWindow) { return S_OK; } in STDMETHOD() 2925 CUIFWindow *pWindow, in ShowPopup() argument 2940 UINT nCommandId = m_pMenuUI->ShowModalPopup(pWindow, prc, TRUE); in ShowPopup() 3604 INT CUTBLBarMenu::ShowPopup(CUIFWindow *pWindow, POINT pt, LPCRECT prcExclude) in ShowPopup() argument 3613 INT nCommandId = m_pMenuUI->ShowModalPopup(pWindow, prcExclude, TRUE); in ShowPopup()
|