Home
last modified time | relevance | path

Searched refs:GetAncestor (Results 1 – 19 of 19) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dwinpos.c52 GetClientRect(GetAncestor(hwnd,GA_PARENT), &rc);
H A Ddialog.c922 if (!parent) parent = GetAncestor( owner, GA_ROOT ); in DIALOG_CreateIndirect()
2104 owner = GetAncestor( hwnd, GA_PARENT); in EndDialog()
H A Dclass.c1088 HWND parent = GetAncestor( hwnd, GA_PARENT ); in IntGetWindowLong()
H A Dwindow.c932 GetAncestor(HWND hwnd, UINT gaFlags) in GetAncestor() function
/reactos/dll/cpl/timedate/
H A Dmonthcal.c257 infoPtr->UIState = (DWORD)SendMessageW(GetAncestor(infoPtr->hSelf, in MonthCalReload()
844 SendMessageW(GetAncestor(hwnd, in MonthCalWndProc()
/reactos/modules/rostests/apitests/shell32/
H A Dmenu.cpp402 …ok(GetAncestor (hWndToplevel, GA_PARENT) == GetDesktopWindow(), "Expected the BaseBar window to be… in test_CShellMenu_with_DeskBar()
/reactos/dll/win32/browseui/
H A DCProgressDialog.cpp309 HWND hwndDisable = GetAncestor(hwndParent, GA_ROOT); in StartProgressDialog()
/reactos/dll/win32/uxtheme/
H A Dthemehooks.c334 if (GetAncestor(hWnd, GA_PARENT) == GetDesktopWindow()) in ThemePreWindowProc()
/reactos/dll/win32/devmgr/properties/
H A Dhwpage.cpp914 hWndParent = GetAncestor(hwndDlg, in HardwareDlgProc()
/reactos/modules/rostests/apitests/user32/
H A DSystemMenu.c80 GET_PROC(user32, GetAncestor) in init_procs()
/reactos/base/applications/kbswitch/
H A Dkbswitch.c655 hwndFore = GetAncestor(hwndFore, GA_ROOT); in RememberLastActive()
/reactos/dll/win32/shell32/shellmenu/
H A DCMenuFocusManager.cpp392 HWND parent = GetAncestor(child, GA_ROOT); in ProcessMouseMove()
/reactos/win32ss/user/user32/
H A Duser32.spec243 @ stdcall GetAncestor(long long) ; Direct call NtUserGetAncestor
/reactos/dll/cpl/desk/
H A Dmonslctl.c1321 SendMessage(GetAncestor(hwnd, in MonitorSelWndProc()
/reactos/base/shell/explorer/
H A Dsyspager.cpp1315 HWND hWndTop = GetAncestor(m_hWnd, GA_ROOT); in OnCreate()
/reactos/dll/win32/aclui/
H A Dchecklist.c2217 SendMessage(GetAncestor(hwnd, in CheckListWndProc()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c3267 GetWindowRect( GetAncestor( hwnd, GA_PARENT ), &rect ); in test_dpi_mapping()
H A Dmsg.c2032 GET_PROC(user32, GetAncestor) in init_procs()
/reactos/sdk/include/psdk/
H A Dwinuser.h4551 HWND WINAPI GetAncestor(_In_ HWND, _In_ UINT);