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

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

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

Win kernel32 JNA Interface.

Version:
$Revision: 2710 $ Last update : $Date: 2009-12-09 17:29:16 +0100 (mer., 09 déc. 2009) $ By : $Author: echatellier $
Author:
chatellier

Nested Class Summary
 
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 Kernel32 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
 int GetTickCount()
          Retrieves the number of milliseconds that have elapsed since the system was started.
 

Field Detail

INSTANCE

static final Kernel32 INSTANCE
Instance.

Method Detail

GetTickCount

int GetTickCount()
Retrieves the number of milliseconds that have elapsed since the system was started.

Returns:
number of milliseconds that have elapsed since the system was started.
See Also:
"http://msdn2.microsoft.com/en-us/library/ms724408.aspx"


Copyright © 2007-2010 CodeLutin. All Rights Reserved.