Share via


CAMThread::Create

 
Microsoft DirectShow 9.0

CAMThread::Create

The Create method creates the thread.

Syntax

  BOOL Create(void);

Return Value

Returns TRUE if successful, or FALSE otherwise.

Remarks

This method creates the thread, using the CAMThread::InitialThreadProc method for the thread procedure and this for the thread argument.

The method fails if the thread already exists.

Requirements

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

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

See Also