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

Obtains the resolution of the system clock in 100ns units.

BOOLEAN RtGetClockResolution(
    CLOCK Clock,
    PLARGE_INTEGER pResolution
);

Parameters

Clock
Ignored.
pResolution
Pointer to a LARGE_INTEGER that receives clock resolution.

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

Remarks

This function is the same as RtGetClockTimerPeriod.

Return Values

None.

TRUE
Success.
FALSE
Failure.

Requirements

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