INtime SDK Help
RtGetClockTime (iwin32)
INtime SDK v7 > About INtime > Alternate APIs > iwin32 API > iwin32 API > RtGetClockTime (iwin32)

Gets the system clock's current time, in 100 ns units.

BOOLEAN RtGetClockTime(
    CLOCK Clock,
    PLARGE_INTEGER pTime
);

Parameters

Clock
Ignored.
pTime
Pointer to a LARGE_INTEGER that receives the current time.

Although time is in 100ns units, the implementation uses the INtime system timer period (default 500 us).

Return Values

TRUE
Success.
FALSE
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/iwin32.h iwin32.h iwin32.lib

Note

This function operates in the real-time portion of your application.

See Also

iwin32 API, iwin32 Overview