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, |
Library |
ole32.lib, |