Sack Library Documentation
|
IMPORT_METHOD void RescheduleTimerEx(_32 timer, _32 delay); IMPORT_METHOD void RescheduleTimer(_32 timer);
Parameters |
Description |
_32 timer |
32 bit timer identifier from AddTimer. |
_32 delay |
How long before the timer should run now. If 0, will issue timer immediately. If not specified, using the macro, the default delay is the timer's frequency. (can prevent the timer from firing until it's frequency from now.) |
Reschedule when a timer can fire. The delay can be 0 to make wake the timer.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|