CMsgThread::CMsgThread

 
Microsoft DirectShow 9.0

CMsgThread::CMsgThread

Constructor method.

Syntax

  CMsgThread(void);

Return Value

No return value.

Remarks

Constructing a message thread object does not automatically create the thread. You must call the CMsgThread::CreateThread member function to create the thread.

Requirements

**  Header:** Declared in Msgthrd.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also