Share via


CAMThread::ThreadProc (Compact 2013)

3/26/2014

Overridden member function in which to implement a thread.

Syntax

virtual DWORD ThreadProc( );

Parameters

None.

Return Value

The meaning of this return value is not defined by the CAMThread class.

Remarks

The thread calls this member function upon startup. Derived classes must override this member function.

When this member function returns, the thread terminates.

This member function is protected.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CAMThread Class