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()
CSPThread | Other support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd