mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
update NtUserGetMouseMovePointsEx prototype to msdn
svn path=/trunk/; revision=20401
This commit is contained in:
@@ -804,11 +804,11 @@ NtUserGetMonitorInfo(
|
||||
DWORD
|
||||
STDCALL
|
||||
NtUserGetMouseMovePointsEx(
|
||||
DWORD Unknown0,
|
||||
DWORD Unknown1,
|
||||
DWORD Unknown2,
|
||||
DWORD Unknown3,
|
||||
DWORD Unknown4);
|
||||
UINT cbSize,
|
||||
LPMOUSEMOVEPOINT lppt,
|
||||
LPMOUSEMOVEPOINT lpptBuf,
|
||||
int nBufPoints,
|
||||
DWORD resolution);
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
|
||||
@@ -359,11 +359,11 @@ NtUserGetListBoxInfo(
|
||||
DWORD
|
||||
STDCALL
|
||||
NtUserGetMouseMovePointsEx(
|
||||
DWORD Unknown0,
|
||||
DWORD Unknown1,
|
||||
DWORD Unknown2,
|
||||
DWORD Unknown3,
|
||||
DWORD Unknown4)
|
||||
UINT cbSize,
|
||||
LPMOUSEMOVEPOINT lppt,
|
||||
LPMOUSEMOVEPOINT lpptBuf,
|
||||
int nBufPoints,
|
||||
DWORD resolution)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user