Home
last modified time | relevance | path

Searched refs:NtUserGetAncestor (Results 1 – 8 of 8) sorted by relevance

/reactos/win32ss/user/user32/
H A Duser32.spec243 242 stdcall GetAncestor(long long) ; Direct call NtUserGetAncestor
/reactos/modules/rostests/apitests/win32u/win32u_ros/
H A Dwin32u_ros.spec389 @ stdcall NtUserGetAncestor(ptr long)
/reactos/win32ss/user/user32/windows/
H A Dwindow.c967 Ret = NtUserGetAncestor(hwnd, gaFlags); in GetAncestor()
/reactos/modules/rostests/apitests/win32u/win32u_2k3sp2/
H A Dwin32u_2k3sp2.spec387 @ stdcall NtUserGetAncestor(ptr long)
/reactos/modules/rostests/apitests/win32u/win32u_xpsp2/
H A Dwin32u_xpsp2.spec388 @ stdcall NtUserGetAncestor(ptr long)
/reactos/modules/rostests/apitests/win32u/win32u_vista/
H A Dwin32u_vista.spec546 @ stdcall NtUserGetAncestor(ptr long)
/reactos/win32ss/include/
H A Dntuser.h2140 NtUserGetAncestor(
/reactos/win32ss/user/ntuser/
H A Dwindow.c3413 NtUserGetAncestor(HWND hWnd, UINT Type) in NtUserGetAncestor() function