Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DWORDSuspendThread();
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 Overview | Class Members | Hierarchy Chart
See Also CWinThread::ResumeThread,