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: 2596 $ Last update : $Date: 2009-06-14 11:23:43 +0200 (dim. 14 juin 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
 
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.
 

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