ResumeAsyncTimerCallbacks
int ResumeAsyncTimerCallbacks ();
Purpose
This function cancels the effect of a call to SuspendAsyncTimerCallbacks.
Callbacks resume using the ongoing interval schedules, which are not affected by SuspendAsyncTimerCallbacks.
Parameters
None.
Return Value
Name |
Type |
Description |
status |
integer |
Return value indicating whether the function was successful. A negative number indicates that an error occurred.
Return Values: |
0 | Success. |
–1 | The system failed to allocate a timer. |
–2 | No more IDs are available to assign to a new timer. |
–3 | Not enough memory left for this operation. |
–4 | The timer with the given ID was not found. |
–5 | Initialization with a call to NewAsyncTimer was not done. |
–6 | An internal error occurred. |
–7 | The value of a parameter passed to this function was invalid. |
|