CWinThread::SuspendThread

DWORD SuspendThread( );

Return Value

The thread’s previous suspend count if successful; 0xFFFFFFFF otherwise.

Remarks

Increments the current thread’s suspend count. If any thread has a suspend count above zero, that thread does not execute. The thread can be resumed by calling the ResumeThread member function.

CWinThread OverviewClass MembersHierarchy Chart

See Also   CWinThread::ResumeThread, ::SuspendThread