GetTickCount (SYSTEM.6)
DWORD GetTickCount ( )
GetTickCount (KERNEL32.@).
Get the number of milliseconds the system has been running.
None. |
The current tick count.
-The value returned will wrap arounf every 2^32 milliseconds.
-Under Windows, tick 0 is the moment at which the system is rebooted. Under Wine, tick 0 begins at the moment the Wineserver process is started,
Defined in "winbase.h".
Implemented in "dlls/kernel/kernel_main.c". source.winehq.org/source/dlls/kernel/kernel_main.c
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.