[New for Windows NT 4.0 Service Pack 3.]
The SendInput function synthesizes keystrokes, mouse motions, and button clicks.
UINT SendInput(
UINT nInputs, |
// count of input events |
LPINPUT pInputs, |
// array of input events to insert |
int cbSize |
// size of an INPUT structure |
); |
The function returns the number of events that it successfully inserted into the keyboard or mouse input stream.
To get extended error information, call GetLastError.
The SendInput function inserts the events in the INPUT structures serially into the keyboard or mouse input stream. These events aren’t interspersed with other keyboard or mouse input events inserted either by the user (with the keyboard or mouse) or by calls to keybd_event, mouse_event, or other calls to SendInput.
INPUT, keybd_event, mouse_event
file: /Techref/os/win/api/win32/func/src/f75_14.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 13:25,
3.135.194.130:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f75_14.htm"> SendInput</A> |
Did you find what you needed? |