IMPORT_METHOD void RemoveTimer(_32 timer);
Parameters |
Description |
_32 timer |
32 bit timer ID from AddTimer. |
Stops a timer. The next time this timer would run, it will be removed. If it is currently dispatched, it is safe to remove from within the timer itself.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|