[NTUSER][USER32] Rewrite GetAncestor (#7978)

JIRA issue: N/A
- Set the last error.
- Check message window.
- Modify user32.spec.
This commit is contained in:
Katayama Hirofumi MZ 2025-05-16 19:41:01 +09:00 committed by GitHub
parent 53685ada35
commit 9e1f2b035f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 97 additions and 110 deletions

View file

@ -2138,8 +2138,8 @@ NtUserGetAltTabInfo(
HWND
NTAPI
NtUserGetAncestor(
HWND hWnd,
UINT Flags);
_In_ HWND hWnd,
_In_ UINT uType);
DWORD
NTAPI