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

Returns the current system time in a SYSTEMTIME structure.

BOOLEAN GetRtSystemTime(
LPSYSTEMTIME pSysTime
);

Parameters

pSystemTime
A pointer to a SYSTEMTIME structure where the system time will be stored.

Return Values

TRUE
Success
FALSE
To determine the status, call GetLastRtError

Status

E_PARAM 0x8004
The pSystemTime parameter was NULL.
E_BAD_ADDR 0x800f
The pSystemTime 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