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

Suspends the current thread's execution for, at a minimum, the specified interval, expressed in 100 ns units.

VOID RtSleepFt(
    PLARGE_INTEGER pDuration
);

Parameters

pDuration
Pointer to a LARGE_INTEGER structure that contains the number of 100 ns units to sleep.

Remarks

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

Return Values

None.

Requirements

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

Notes

See Also

Sleep, iwin32x API, iwin32 Overview