/reactos/modules/rostests/apitests/shell32/ |
H A D | menu.cpp | 49 HRESULT STDMETHODCALLTYPE GetWindow(HWND *phwnd) in GetWindow() function in CDummyWindow 113 hResult = dockingMenu->GetWindow(&hwndToolbar); in test_CShellMenu_params() 124 hResult = dockingMenu->GetWindow(&hwndToolbar); in test_CShellMenu_params() 135 hResult = dockingMenu->GetWindow(&hwndToolbar); in test_CShellMenu_params() 148 hResult = dockingMenu->GetWindow(&hwndToolbar); in test_CShellMenu_params() 192 hResult = dockingMenu->GetWindow(&hwndToolbar); in test_CShellMenu() 388 hResult = dockingMenu->GetWindow(&hWndToolbar); in test_CShellMenu_with_DeskBar() 392 hResult = menuPopup->GetWindow(&hWndToplevel); in test_CShellMenu_with_DeskBar()
|
/reactos/dll/win32/oleacc/ |
H A D | client.c | 141 for(cur = GetWindow(This->hwnd, GW_CHILD); cur; cur = GetWindow(cur, GW_HWNDNEXT)) in Client_get_accChildCount() 543 next = GetWindow(This->hwnd, GW_CHILD); in Client_EnumVARIANT_Next() 545 next = GetWindow(This->enum_pos, GW_HWNDNEXT); in Client_EnumVARIANT_Next() 567 next = GetWindow(cur, GW_HWNDNEXT); in Client_EnumVARIANT_Next() 585 next = GetWindow(This->hwnd, GW_CHILD); in Client_EnumVARIANT_Skip() 587 next = GetWindow(This->enum_pos, GW_HWNDNEXT); in Client_EnumVARIANT_Skip()
|
/reactos/win32ss/user/user32/windows/ |
H A D | dialog.c | 428 hwndNext = GetWindow( hwndControl, GW_CHILD ); in DIALOG_IsAccelerator() 444 hwndNext = GetWindow( hwndDlg, GW_CHILD ); in DIALOG_IsAccelerator() 1089 hwndChild = GetWindow( hwndDlg, GW_CHILD ); in DEFDLG_FindDefButton() 1103 hwndChild = GetWindow( hwndChild, GW_HWNDNEXT ); in DEFDLG_FindDefButton() 1377 hChildFirst = GetWindow(hwndDlg,GW_CHILD); in DIALOG_GetNextTabItem() 1382 hChildFirst = GetWindow(hwndCtrl,wndSearch); in DIALOG_GetNextTabItem() 1407 hChildFirst = GetWindow(hChildFirst,wndSearch); in DIALOG_GetNextTabItem() 2107 owner = GetWindow( hwnd, GW_OWNER ); in EndDialog() 2320 hwndNext = GetWindow (hwnd, GW_HWNDNEXT); in GetNextDlgGroupItem() 2333 hwndNext = GetWindow (hDlg, GW_CHILD); in GetNextDlgGroupItem() [all …]
|
H A D | window.c | 422 top_child = GetWindow(hWndParent, GW_CHILD); in CreateWindowExA() 548 top_child = GetWindow(hWndParent, GW_CHILD); in CreateWindowExW() 1095 GetWindow(HWND hWnd, in GetWindow() function 1169 return GetWindow(hWnd, GW_CHILD); in GetTopWindow() 1975 if (IsWindowVisible( list[i] ) && GetWindow( list[i], GW_OWNER )) break; in AnyPopup()
|
/reactos/dll/win32/shell32/shellmenu/ |
H A D | CMenuBand.cpp | 155 hr = m_site->GetWindow(&hwndParent); in SetMenu() 202 hr = m_site->GetWindow(&hwndParent); in SetSite() 239 hr = pTopLevelWindow->GetWindow(&m_topLevelWindow); in SetSite() 259 HRESULT STDMETHODCALLTYPE CMenuBand::GetWindow(HWND *phwnd) in GetWindow() function in CMenuBand 262 return m_SFToolbar->GetWindow(phwnd); in GetWindow() 265 return m_staticToolbar->GetWindow(phwnd); in GetWindow() 494 hr = pTopLevelWindow->GetWindow(&m_topLevelWindow); in UIActivateIO() 703 hr = m_site->GetWindow(&hwndParent); in SetShellFolder()
|
H A D | CMenuSite.h | 73 STDMETHOD(GetWindow)(HWND *phwnd) override;
|
H A D | CMenuFocusManager.cpp | 308 if (pw->GetWindow(&hParent) == S_OK && hParent == hWnd) in IsTrackedWindowOrParent() 819 hr = deskBarSite->GetWindow(&hWndOwner); in UpdateFocus() 831 hr = deskBar->GetWindow(&hWndSite); in UpdateFocus()
|
/reactos/dll/win32/browseui/shellbars/ |
H A D | CBandSite.cpp | 189 if (SUCCEEDED(Band->OleWindow->GetWindow(&rbi.hwndChild)) && in _UpdateBand() 370 hRet = m_bands[i].OleWindow->GetWindow(&hWndBand); in _GetBandFromHwnd() 520 if (SUCCEEDED(NewBand->OleWindow->GetWindow(&rbi.hwndChild)) && in AddBand() 742 if (SUCCEEDED(m_bands[i].OleWindow->GetWindow(&hwndBand))) in OnWinEvent() 777 HRESULT STDMETHODCALLTYPE CBandSiteBase::GetWindow(HWND *phWnd) in GetWindow() function in CBandSiteBase 808 hRet = m_site->GetWindow(&hWndParent); in SetDeskBarSite()
|
H A D | CBaseBar.cpp | 73 STDMETHOD(GetWindow)(HWND *lphwnd) override; 228 HRESULT STDMETHODCALLTYPE CBaseBar::GetWindow(HWND *lphwnd) in GetWindow() function in CBaseBar 333 hResult = oleWindow->GetWindow(&ownerWindow); in SetClient() 475 hr = pClient->GetWindow(&clientHwnd); in OnSize()
|
H A D | CISFBand.h | 61 STDMETHOD(GetWindow)(
|
/reactos/base/shell/explorer/ |
H A D | taskband.cpp | 55 virtual HRESULT STDMETHODCALLTYPE GetWindow(OUT HWND *phwnd) in GetWindow() function in CTaskBand 104 HWND hwndToolbar = ::GetWindow(m_hWnd, GW_CHILD); in GetBandInfo()
|
/reactos/modules/rosapps/templates/mdi/ |
H A D | framewnd.c | 193 if (!GetWindow(hWnd, GW_OWNER)) { in CloseEnumProc() 366 if (GetWindow(hMDIClient, GW_CHILD) != NULL) in FrameWndProc()
|
/reactos/dll/win32/browseui/ |
H A D | CProgressDialog.h | 70 STDMETHOD(GetWindow)(HWND* phwnd) override;
|
H A D | basebarsite.cpp | 78 STDMETHOD(GetWindow)(HWND *lphwnd) override; 238 hResult = oleWindow->GetWindow(&bandInfo.hwndChild); in InsertBar() 257 HRESULT STDMETHODCALLTYPE CBaseBarSite::GetWindow(HWND *lphwnd) in GetWindow() function in CBaseBarSite 406 hResult = oleWindow->GetWindow(&ownerWindow); in SetDeskBarSite()
|
H A D | bandproxy.cpp | 107 hResult = oleWindow->GetWindow(&browserWindow); in NavigateToPIDL()
|
H A D | toolsband.cpp | 51 STDMETHOD(GetWindow)(HWND *lphwnd) override; 314 HRESULT STDMETHODCALLTYPE CToolsBand::GetWindow(HWND *lphwnd) in GetWindow() function in CToolsBand
|
H A D | brandband.cpp | 166 hResult = oleWindow->GetWindow(&parentWindow); in SetSite() 210 HRESULT STDMETHODCALLTYPE CBrandBand::GetWindow(HWND *lphwnd) in GetWindow() function in CBrandBand
|
/reactos/base/shell/rshell/ |
H A D | CQuickLaunchBand.cpp | 161 STDMETHODIMP CQuickLaunchBand::GetWindow(OUT HWND *phwnd) in GetWindow() function in CQuickLaunchBand 169 return pIDB->GetWindow(phwnd); in GetWindow()
|
H A D | CQuickLaunchBand.h | 49 STDMETHOD(GetWindow)(OUT HWND *phwnd) override;
|
/reactos/dll/win32/shell32/shelldesktop/ |
H A D | CDesktopBrowser.cpp | 62 STDMETHOD(GetWindow)(HWND *lphwnd) override; 264 HRESULT STDMETHODCALLTYPE CDesktopBrowser::GetWindow(HWND *lphwnd) in GetWindow() function in CDesktopBrowser 480 hres = m_ChangeNotifyServer->GetWindow(&m_hwndChangeNotifyServer); in OnGetChangeNotifyServer()
|
H A D | CChangeNotifyServer.cpp | 45 STDMETHOD(GetWindow)(HWND *lphwnd) override; 454 HRESULT WINAPI CChangeNotifyServer::GetWindow(HWND* phwnd) in GetWindow() function in CChangeNotifyServer
|
/reactos/modules/rostests/apitests/user32/ |
H A D | GW_ENABLEDPOPUP.c | 20 hwndRet = GetWindow(s_hwnd, GW_ENABLEDPOPUP); \ in DoTestBody()
|
/reactos/modules/rosapps/applications/explorer-old/desktop/ |
H A D | desktop.h | 60 virtual HRESULT STDMETHODCALLTYPE GetWindow(HWND* lphwnd) in GetWindow() function
|
/reactos/win32ss/user/winsrv/usersrv/ |
H A D | init.c | 98 if (GetWindow(hWnd, GW_OWNER) == NULL) in FindTopLevelWnd()
|
/reactos/dll/win32/browseui/shellfind/ |
H A D | CSearchBar.h | 46 STDMETHOD(GetWindow)(HWND *lphwnd) override;
|