Microsoft DirectX 9.0

CAMThread::m_hThread

Handle to the thread.

Syntax

HANDLE m_hThread;

Remarks

This variable is initialized as NULL. The CAMThread::Create method sets this variable to the thread handle. To determine whether the thread exists, call the CAMThread::ThreadExists method.

See Also