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

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

BOOLEAN RtGetClockResolution(
    CLOCK Clock,
    PLARGE_INTEGER pResolution
);

Parameters

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

Remarks

This function is the same as RtGetClockTimerPeriod.

Return Values

None.

TRUE
Success.
FALSE
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.1 intime/nt/include/iwin32x.h iwin32x.h iwin32x.lib

Notes

See Also

RtGetClockTimerPeriod, iwin32x API, iwin32 Overview