.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetTickCount 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetTickCount\fR (KERNEL32.@) .SH SYNOPSIS DWORD GetTickCount ( ) .SH DESCRIPTION .PP Get the number of milliseconds the system has been running. .SH PARAMS None. .PP .SH RETURNS .PP The current tick count. .SH NOTES .PP The value returned will wrap around every 2^32 milliseconds. Under Windows, tick \fB0\fR is the moment at which the system is rebooted. Under Wine, tick \fB0\fR begins at the moment the Wineserver process is started. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/kernel_main.c"\fR. .PP Debug channel \fB"process"\fR.