int ResumeTimerCallbacks (void);
Cancels the effect of a call to SuspendTimerCallbacks.
Callbacks resume using the ongoing interval schedules, which are not affected by SuspendTimerCallbacks.
This function affects only timer controls you loaded or created in the active thread.
None.
Name | Type | Description | ||||
status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|