CAMThread::Create (Compact 2013)

3/26/2014

Starts the thread running.

Syntax

BOOL Create(void);

Parameters

None.

Return Value

Returns TRUE if the thread started successfully, or FALSE if the thread is already running.

Remarks

This member function creates the thread and calls the CAMThread::ThreadProc member function from the derived class.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CAMThread Class