Function CSPThread::Resume()
Description:
Decreases the suspension count of the thread. If the suspension count was 1 before the call, the thread continues the execution.
 |
Prototype:
unsigned long Resume();
Arguments:
No arguments (void).
Return value:
Returns the suspension count.
Remarks:
Call Suspend() to suspend a thread.
See also:
member functions Suspend(), Start()
|
|