Suspends the current thread's execution for, at a minimum, the specified interval, expressed in 100 ns units.
VOID RtSleepFt(
PLARGE_INTEGER pDuration
);
pDuration
Although time is in 100 us units, the implementation uses the INtime system timer period (default 500 ms).
None.
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.1 | intime/nt/include/iwin32x.h | iwin32x.h | iwin32x.lib |
Notes
Sleep, iwin32x API, iwin32 Overview