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: 2719 $ FIXME-TC2010011" : javadoc plugin says there is a missing closing tag ?
Author:
chatellier
See Also:
Windows API Last update : $Date: 2010-01-13 16:17:45 +0100 (mer., 13 janv. 2010) $ By : $Author: tchemit $

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
static User32 INSTANCE
          Instance.
 
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.
 

Field Detail

INSTANCE

static final User32 INSTANCE
Instance.

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-2010 CodeLutin. All Rights Reserved.