NtUserGetMouseMovePointsEx - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTUSER_H

NTSYSCALLAPI
LONG
NTAPI
NtUserGetMouseMovePointsEx(
    _In_ ULONG cbSize,
    _In_ LPMOUSEMOVEPOINT lppt,
    _In_ LPMOUSEMOVEPOINT lpptBuf,
    _In_ LONG nBufPoints,
    _In_ ULONG resolution
    );

#endif

View code on GitHub

No description available.