CWinThread::SuspendThread

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.

Syntax

DWORD SuspendThread( );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWinThread Overview, CWinThread Member Functions, Application Architecture Classes, CWinThread::ResumeThread