Deletes the alarm object associated with the given kernel handle. All threads waiting at the alarm object are awakened and given an E_EXIST status.
BOOLEAN DeleteRtAlarm( RTHANDLE hAlarm // kernel handle for alarm );
hAlarm
On success returns TRUE, otherwise returns FALSE if the hAlarm parameter is not a valid handle for an alarm object.
Supersedes the knDeleteRtAlarmEvent call, which is deprecated.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 4.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |
Time management system calls, E_EXIST