GetLastInputInfo (user32)
Last changed: -70.130.76.223

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool GetLastInputInfo(out LASTINPUTINFO plii);

User-Defined Types:

LASTINPUTINFO

Notes:

Very usefull to detect user-idle state of an application

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation