org.chorem.jtimer.ui.system.win32
Interface User32

All Superinterfaces:
com.sun.jna.AltCallingConvention, com.sun.jna.Library, com.sun.jna.win32.StdCall, com.sun.jna.win32.StdCallLibrary

public interface User32
extends com.sun.jna.win32.StdCallLibrary

Win User32 JNA Interface.

Version:
$Revision: 2596 $
Author:
chatellier
See Also:
"http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputstructures/lastinputinfo.asp" Last update : $Date: 2009-06-14 11:23:43 +0200 (dim. 14 juin 2009) $ By : $Author: echatellier $

Nested Class Summary
static class User32.LASTINPUTINFO
          Contains the time of the last input.
 
Nested classes/interfaces inherited from interface com.sun.jna.win32.StdCallLibrary
com.sun.jna.win32.StdCallLibrary.StdCallCallback
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
 
Fields inherited from interface com.sun.jna.win32.StdCallLibrary
FUNCTION_MAPPER, STDCALL_CONVENTION
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 boolean GetLastInputInfo(User32.LASTINPUTINFO result)
          Retrieves the time of the last input event.
 

Method Detail

GetLastInputInfo

boolean GetLastInputInfo(User32.LASTINPUTINFO result)
Retrieves the time of the last input event.

Parameters:
result - time of the last input event, in milliseconds
Returns:
boolean flag


Copyright © 2007-2009 CodeLutin. All Rights Reserved.