CWinThread::m_hThread

 

Handle to the thread attached to this CWinThread.

Syntax

HANDLE m_hThread;

Remarks

The m_hThread data member is a public variable of type HANDLE. It is only valid if underlying thread currently exists.

Requirements

Header: afxwin.h

See Also

CWinThread Class
Hierarchy Chart