Funktionreferenz


_WinAPI_GetTickCount


Retrieves the number of milliseconds that have elapsed since the system was started

#include <WinAPISys.au3>
_WinAPI_GetTickCount ( )

Parameter

None.

Rückgabewert

Returns the number of milliseconds that have elapsed since the system was started.

Bemerkungen

The time will wrap around to zero if the system is run continuously for 49.7 days. You should check for an
overflow condition when comparing times. To obtain the time elapsed since the computer was started, retrieve the
System Up Time counter in the performance data in the registry key HKEY_PERFORMANCE_DATA.

Siehe auch

Suche nach GetTickCount in der MSDN Bibliothek.

Beispiel