How do I subvert computer idle detection on Windows?

Posted by sharptooth on Stack Overflow See other posts from Stack Overflow or by sharptooth
Published on 2010-04-23T12:58:45Z Indexed on 2010/04/23 13:23 UTC
Read the original article Hit count: 352

Filed under:
|

In order to detect user absence GetLastInputInfo() can be used.

I want to make GetLastInputInfo() return that I've just used keyboard/mouse all the time - as I've been actively using the computer so that whoever relies on GetLastInputInfo() thinks I'm actively using the computer.

Can I use any Windows API functions to achieve that?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about win32