CWinThread::m_bAutoDelete

Specifies whether the CWinThread object should be automatically deleted at thread termination.

BOOL m_bAutoDelete;

Заметки

The m_bAutoDelete data member is a public variable of type BOOL.

Требования

Header: afxwin.h

См. также

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

CWinThread Class

CWinThread Members

Hierarchy Chart

AfxBeginThread

CWinThread::ResumeThread