CAMThread::m_hThread
Microsoft DirectShow 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.
Requirements
** Header:** Declared in Wxutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also