Searched refs:GetAncestor (Results 1 – 19 of 19) sorted by relevance
/reactos/win32ss/user/user32/windows/ |
H A D | winpos.c | 52 GetClientRect(GetAncestor(hwnd,GA_PARENT), &rc);
|
H A D | dialog.c | 922 if (!parent) parent = GetAncestor( owner, GA_ROOT ); in DIALOG_CreateIndirect() 2104 owner = GetAncestor( hwnd, GA_PARENT); in EndDialog()
|
H A D | class.c | 1088 HWND parent = GetAncestor( hwnd, GA_PARENT ); in IntGetWindowLong()
|
H A D | window.c | 932 GetAncestor(HWND hwnd, UINT gaFlags) in GetAncestor() function
|
/reactos/dll/cpl/timedate/ |
H A D | monthcal.c | 257 infoPtr->UIState = (DWORD)SendMessageW(GetAncestor(infoPtr->hSelf, in MonthCalReload() 844 SendMessageW(GetAncestor(hwnd, in MonthCalWndProc()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | menu.cpp | 402 …ok(GetAncestor (hWndToplevel, GA_PARENT) == GetDesktopWindow(), "Expected the BaseBar window to be… in test_CShellMenu_with_DeskBar()
|
/reactos/dll/win32/browseui/ |
H A D | CProgressDialog.cpp | 309 HWND hwndDisable = GetAncestor(hwndParent, GA_ROOT); in StartProgressDialog()
|
/reactos/dll/win32/uxtheme/ |
H A D | themehooks.c | 334 if (GetAncestor(hWnd, GA_PARENT) == GetDesktopWindow()) in ThemePreWindowProc()
|
/reactos/dll/win32/devmgr/properties/ |
H A D | hwpage.cpp | 914 hWndParent = GetAncestor(hwndDlg, in HardwareDlgProc()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | SystemMenu.c | 80 GET_PROC(user32, GetAncestor) in init_procs()
|
/reactos/base/applications/kbswitch/ |
H A D | kbswitch.c | 655 hwndFore = GetAncestor(hwndFore, GA_ROOT); in RememberLastActive()
|
/reactos/dll/win32/shell32/shellmenu/ |
H A D | CMenuFocusManager.cpp | 392 HWND parent = GetAncestor(child, GA_ROOT); in ProcessMouseMove()
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 243 @ stdcall GetAncestor(long long) ; Direct call NtUserGetAncestor
|
/reactos/dll/cpl/desk/ |
H A D | monslctl.c | 1321 SendMessage(GetAncestor(hwnd, in MonitorSelWndProc()
|
/reactos/base/shell/explorer/ |
H A D | syspager.cpp | 1315 HWND hWndTop = GetAncestor(m_hWnd, GA_ROOT); in OnCreate()
|
/reactos/dll/win32/aclui/ |
H A D | checklist.c | 2217 SendMessage(GetAncestor(hwnd, in CheckListWndProc()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | sysparams.c | 3267 GetWindowRect( GetAncestor( hwnd, GA_PARENT ), &rect ); in test_dpi_mapping()
|
H A D | msg.c | 2032 GET_PROC(user32, GetAncestor) in init_procs()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 4551 HWND WINAPI GetAncestor(_In_ HWND, _In_ UINT);
|