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

Returns the current system time adjustment value.

BOOLEAN GetRtSystemTimeAdjustment(
    long *lplTimeAdjustment
);

Parameters

lplTimeAdjustment
A pointer to a long variable where the current system time adjustment value is to be stored

Return Values

TRUE
Success
FALSE
To determine the status, call GetLastRtError

Status

E_BAD_ADDR 0x800f
The lplTimeAdjustment value is not a valid pointer to writable memory.

Requirements

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