Waits on a low-level alarm for the given time interval, or until the alarm triggers.
BOOLEAN knWaitForRtAlarmEvent(
KNHANDLE hAlarm // handle for alarm event
DWORD dwKernelTicks // number of system timer ticks to wait for alarm
);
hAlarm
dwKernelTicks
US_TO_KTICKS may be used to convert a value in microseconds to a system timer tick count using the information supplied in this structure. TRUE
FALSE
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |