mirror of
https://github.com/reactos/reactos.git
synced 2025-05-13 14:20:31 +00:00
Update to specify the parameters to NtUserWindowFromPoint.
svn path=/trunk/; revision=6470
This commit is contained in:
parent
bd908afdf1
commit
2095d78af2
1 changed files with 3 additions and 3 deletions
|
@ -1811,11 +1811,11 @@ NtUserWin32PoolAllocationStats(
|
|||
DWORD Unknown4,
|
||||
DWORD Unknown5);
|
||||
|
||||
DWORD
|
||||
HWND
|
||||
STDCALL
|
||||
NtUserWindowFromPoint(
|
||||
DWORD Unknown0,
|
||||
DWORD Unknown1);
|
||||
LONG X,
|
||||
LONG Y);
|
||||
|
||||
DWORD
|
||||
STDCALL
|
||||
|
|
Loading…
Reference in a new issue