NtUserSendInput - NtDoc

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

NTSYSCALLAPI
ULONG
NTAPI
NtUserSendInput(
    _In_ ULONG Count,
    _In_ LPINPUT Inputs,
    _In_ LONG Size
    );

#endif

View code on GitHub

No description available.