GetTickCount function kernel32

int GetTickCount()

Retrieves the number of milliseconds that have elapsed since the system was started, up to 49.7 days.

DWORD GetTickCount();

Implementation

int GetTickCount() => _GetTickCount();