mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 00:57:10 +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 Unknown4,
|
||||||
DWORD Unknown5);
|
DWORD Unknown5);
|
||||||
|
|
||||||
DWORD
|
HWND
|
||||||
STDCALL
|
STDCALL
|
||||||
NtUserWindowFromPoint(
|
NtUserWindowFromPoint(
|
||||||
DWORD Unknown0,
|
LONG X,
|
||||||
DWORD Unknown1);
|
LONG Y);
|
||||||
|
|
||||||
DWORD
|
DWORD
|
||||||
STDCALL
|
STDCALL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue