CWinThread::ResumeThread

Call this member function to resume execution of a thread that was suspended by the SuspendThread member function, or of a thread that was created with the CREATE_SUSPENDED flag.

Syntax

DWORD ResumeThread( );

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::SuspendThread