Microsoft Windows CE 3.0  

CAMThread::ThreadProc

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Overridden member function in which to implement a thread.

virtual DWORD ThreadProc( );

Return Values

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

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.