Funktionreferenz


_WinAPI_GetSystemTimes


Retrieves system timing information

#include <WinAPISys.au3>
_WinAPI_GetSystemTimes ( )

Parameter

None.

Rückgabewert

Success: The array that contains the following information:
[0] - The time that the system has been idle.
[1] - The time that the system has spent executing in kernel mode, in 100-nanosecond time units.
[2] - The time that the system has spent executing in user mode, in 100-nanosecond time units.
Failure: Sets the @error flag to non-zero, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

On a multiprocessor system, the _WinAPI_GetSystemTimes() returns a values are the sum of the designated times
across all processors.

Siehe auch

Suche nach GetSystemTimes in der MSDN Bibliothek.