Call this member function to increment 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.
DWORD SuspendThread( );
| Header File | Afxwin.h |
| Platforms | |
| Versions | 1.0 and later |
| Complete documentation | Visual C++ documentation |
CWinThread Overview, CWinThread Member Functions, Application Architecture Classes, CWinThread::ResumeThread