Function CSPThread::Suspend()
Description:
Increases the suspension count of the thread. If the suspension level was 0 before the call of this member function, the execution of the function is suspended.
 |
Prototype:
unsigned long Suspend();
Arguments:
No arguments (void).
Return value:
Returns the suspension count.
Remarks:
Call Resume() to resume a thread.
See also:
member functions Resume(), Start()
|
|