update NtUserGetMouseMovePointsEx prototype to msdn

svn path=/trunk/; revision=20401
This commit is contained in:
Magnus Olsen
2005-12-28 19:54:07 +00:00
parent fb07b27cd3
commit f7c812d7ec
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -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
+5 -5
View File
@@ -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