![]() |
OSFreeTimer | Function (ROM Call 0xF1) |
system.h |
short OSFreeTimer (short timer_no); |
Frees a notify (countdown) timer.
OSFreeTimer deactivates and frees the notify (countdown) timer timer_no. OSFreeTimer must be called before registering a timer using OSRegisterTimer if the timer was already in use. Returns FALSE in a case of error, else returns TRUE.