CWinThread::ResumeThread

This method resumes execution of a thread that was suspended by the SuspendThread method, or of a thread that was created with the CREATE_SUSPENDED flag.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

DWORD ResumeThread( );

See Also

CWinThread::SuspendThread