LASTINPUTINFO structure
Contains the time of the last input.
Syntax
typedef struct tagLASTINPUTINFO {
UINT cbSize;
DWORD dwTime;
} LASTINPUTINFO, *PLASTINPUTINFO;
Members
- cbSize
-
Type: UINT
-
The size of the structure, in bytes. This member must be set to
sizeof(LASTINPUTINFO). - dwTime
-
Type: DWORD
-
The tick count when the last input event was received.
Remarks
This function is useful for input idle detection. For more information on tick counts, see GetTickCount.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See also
- Reference
- GetLastInputInfo
- GetTickCount
- Conceptual
- Keyboard Input
Send comments about this topic to Microsoft
Build date: 11/16/2011
