Documentation

GetTickCount

The GetTickCount() function returns the number of milliseconds that elapsed since the system start.

uint  GetTickCount();

Return Value

Value of uint type.

Note

Counter is limited by the restrictions of the system timer. Time is stored as an unsigned integer, so it's overfilled every 49.7 if a computer works uninterruptedly.