Stops an active timer (one waiting for its period to expire and then calling its timer function).
BOOLEAN RtCancelTimer(
HANDLE hTimer,
PLARGE_INTEGER pTimeRemaining
);
hTimer
pTimeRemaining
Although time is in 100ns units, the implementation uses the INtime system timer period (default 500us).
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/iwin32.h | iwin32.h | iwin32.lib |
Notes
This function operates in the real-time portion of your application.