GetTickCount(3w)
NAME
GetTickCount (KERNEL32.@)
SYNOPSIS
DWORD GetTickCount ( )
DESCRIPTION
Get the number of milliseconds the system has been running.
PARAMS
None.
RETURNS
The current tick count.
NOTES
The value returned will wrap around 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.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/kernel_main.c".
- Debug channel "process".