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. TODO it not the same code as jna's User32 class.

Version:
$Revision: 2778 $
Author:
chatellier
See Also:
Windows API Last update : $Date: 2011-09-05 10:12:54 +0200 (Mon, 05 Sep 2011) $ 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
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-2012 CodeLutin. All Rights Reserved.