#ifndef _NTUSER_H
NTSYSCALLAPI
LONG
NTAPI
NtUserGetMouseMovePointsEx(
_In_ ULONG cbSize,
_In_ LPMOUSEMOVEPOINT lppt,
_In_ LPMOUSEMOVEPOINT lpptBuf,
_In_ LONG nBufPoints,
_In_ ULONG resolution
);
View code on GitHub
No description available.