/reactos/win32ss/user/ntuser/ |
H A D | focus.c | 276 HWND *List, *phWnd; in IntDeactivateWindow() local 283 for (phWnd = List; *phWnd; ++phWnd) in IntDeactivateWindow() 285 cWindow = ValidateHwndNoErr(*phWnd); in IntDeactivateWindow() 291 co_IntSendMessage(*phWnd, WM_ACTIVATEAPP, FALSE, (LPARAM)tid); in IntDeactivateWindow() 533 HWND *List, *phWnd; in co_IntSendActivateMessages() local 542 for (phWnd = List; *phWnd; ++phWnd) in co_IntSendActivateMessages() 544 cWindow = ValidateHwndNoErr(*phWnd); in co_IntSendActivateMessages() 550 co_IntSendMessage(*phWnd, WM_ACTIVATEAPP, FALSE, (LPARAM)NewTID); in co_IntSendActivateMessages() 561 for (phWnd = List; *phWnd; ++phWnd) in co_IntSendActivateMessages() 563 cWindow = ValidateHwndNoErr(*phWnd); in co_IntSendActivateMessages() [all …]
|
H A D | window.c | 2823 HWND* phWnd; in IntDestroyOwnedWindows() local 2831 for (phWnd = List; *phWnd; ++phWnd) in IntDestroyOwnedWindows() 2833 pWnd = ValidateHwndNoErr(*phWnd); in IntDestroyOwnedWindows() 3070 HWND *List, *phWnd; in IntFindWindow() local 3080 phWnd = List; in IntFindWindow() 3084 while(*phWnd && (*(phWnd++) != UserHMGetHandle(ChildAfter))) in IntFindWindow() 3089 while(*phWnd) in IntFindWindow() 3249 HWND *List, *phWnd; in NtUserFindWindowEx() local 3260 phWnd = List; in NtUserFindWindowEx() 3265 while(*phWnd && (*(phWnd++) != UserHMGetHandle(ChildAfter))) in NtUserFindWindowEx() [all …]
|
H A D | winpos.c | 2873 HWND *List, *phWnd; in co_WinPosSearchChildren() local 2911 for (phWnd = List; *phWnd; ++phWnd) in co_WinPosSearchChildren() 2913 if (!(pwndChild = ValidateHwndNoErr(*phWnd))) in co_WinPosSearchChildren() 2988 HWND *List, *phWnd; in IntRealChildWindowFromPoint() local 3004 for (phWnd = List; *phWnd; phWnd++) in IntRealChildWindowFromPoint() 3007 if ((Child = ValidateHwndNoErr(*phWnd))) in IntRealChildWindowFromPoint() 3031 HWND *List, *phWnd; in IntChildWindowFromPointEx() local 3050 for (phWnd = List; *phWnd; phWnd++) in IntChildWindowFromPointEx() 3053 if ((Child = ValidateHwndNoErr(*phWnd))) in IntChildWindowFromPointEx()
|
H A D | painting.c | 486 HWND *List, *phWnd; in co_IntPaintWindows() local 491 for (phWnd = List; *phWnd; ++phWnd) in co_IntPaintWindows() 493 if ((Wnd = UserGetWindowObject(*phWnd)) == NULL) in co_IntPaintWindows()
|
/reactos/dll/win32/browseui/shellbars/ |
H A D | CBandSite.cpp | 777 HRESULT STDMETHODCALLTYPE CBandSiteBase::GetWindow(HWND *phWnd) in GetWindow() argument 779 TRACE("(%p, %p)\n", this, phWnd); in GetWindow() 781 *phWnd = m_hwndRebar; in GetWindow()
|
/reactos/dll/win32/atl/ |
H A D | atl_ax.c | 583 static HRESULT WINAPI OleInPlaceFrame_GetWindow(IOleInPlaceFrame *iface, HWND *phWnd) in OleInPlaceFrame_GetWindow() argument 587 TRACE( "(%p,%p)\n", This, phWnd ); in OleInPlaceFrame_GetWindow() 589 *phWnd = This->hWnd; in OleInPlaceFrame_GetWindow()
|
/reactos/dll/win32/advapi32/wine/ |
H A D | crypt.c | 195 static void CALLBACK CRYPT_ReturnhWnd(HWND *phWnd) in CRYPT_ReturnhWnd() argument 197 if (phWnd) *phWnd = crypt_hWindow; in CRYPT_ReturnhWnd()
|
/reactos/dll/win32/shell32/ |
H A D | utils.cpp | 474 STDMETHODIMP GetWindow(HWND *phWnd) override in GetWindow() argument 476 *phWnd = m_hWnd; in GetWindow()
|
H A D | CDefView.cpp | 367 …View *psvPrevious, LPCFOLDERSETTINGS pfs, IShellBrowser *psb, RECT *prcView, HWND *phWnd) override; 3033 HRESULT WINAPI CDefView::GetWindow(HWND *phWnd) in GetWindow() argument 3037 *phWnd = m_hWnd; in GetWindow() 3107 …dow(IShellView *lpPrevView, LPCFOLDERSETTINGS lpfs, IShellBrowser *psb, RECT *prcView, HWND *phWnd) in CreateViewWindow() argument 3110 …AGS)lpfs->fFlags, (FOLDERFLAGS)lpfs->fFlags, (FOLDERVIEWMODE)lpfs->ViewMode, NULL, prcView, phWnd); in CreateViewWindow()
|
/reactos/dll/win32/msi/ |
H A D | msi.c | 2281 INSTALLUILEVEL WINAPI MsiSetInternalUI(INSTALLUILEVEL dwUILevel, HWND *phWnd) in MsiSetInternalUI() argument 2286 TRACE("%08x %p\n", dwUILevel, phWnd); in MsiSetInternalUI() 2298 if (phWnd) in MsiSetInternalUI() 2300 gUIhwnd = *phWnd; in MsiSetInternalUI() 2301 *phWnd = oldwnd; in MsiSetInternalUI()
|
/reactos/sdk/include/psdk/ |
H A D | shobjidl.idl | 768 [out] HWND *phWnd);
|