mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:33:11 +00:00
[NTUSER][USER32] Rewrite GetAncestor (#7978)
JIRA issue: N/A - Set the last error. - Check message window. - Modify user32.spec.
This commit is contained in:
parent
53685ada35
commit
9e1f2b035f
4 changed files with 97 additions and 110 deletions
|
@ -2138,8 +2138,8 @@ NtUserGetAltTabInfo(
|
|||
HWND
|
||||
NTAPI
|
||||
NtUserGetAncestor(
|
||||
HWND hWnd,
|
||||
UINT Flags);
|
||||
_In_ HWND hWnd,
|
||||
_In_ UINT uType);
|
||||
|
||||
DWORD
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue