次の方法で共有


CWinThread::m_bAutoDelete

CWinThread のオブジェクトがスレッドの終了を自動的に破棄するかどうかを指定します。

BOOL m_bAutoDelete;

解説

m_bAutoDelete のデータ メンバーは型 BOOLのパブリック変数です。

必要条件

ヘッダー: afxwin.h

参照

関連項目

CWinThread クラス

階層図

AfxBeginThread

CWinThread::ResumeThread