CWinThread::CWinThread

Constructs a CWinThread object.

CWinThread( );

Заметки

To begin the thread's execution, call the CreateThread member function. You will usually create threads by calling AfxBeginThread, which will call this constructor and CreateThread.

Требования

Header: afxwin.h

См. также

Основные понятия

CWinThread Class

CWinThread Members

Hierarchy Chart

CWinThread::CreateThread