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

Gets the system clock's minimum timer period, in 100 ns units.

BOOLEAN RtGetClockTimerPeriod(
    CLOCK Clock,
    PLARGE_INTEGER pTime
);

Parameters

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

Remarks

This function is the same as RtGetClockResolution.

Return Values

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

RtGetClockResolution, iwin32x API, iwin32 Overview