INtime SDK Help
GetRtRunTime
INtime SDK v6 > About INtime > INtime Kernel > Time management > GetRtRunTime

Return a TIMEVALUE of the number of second and microseconds elapsed since the system was started.

BOOLEAN GetRtRunTime(
    LPTIMEVALUE pRunTime
);

Parameters

pRunTime
A pointer to a TIMEVALUE structure where the value is to be stored.

Return Values

FALSE
To determine the status, call GetLastRtError

Status

E_BAD_ADDR 0x800f
The pRunTime parameter is not a valid pointer.

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtbase.h rt.h rt.lib
See Also

Structures