CWinThread::m_hThread

This data member contains the handle to the thread attached to this CWinThread. It is only valid if the underlying thread currently exists.

HANDLE m_hThread;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWinThread Overview, CWinThread Data Members, Application Architecture Classes