Share via


CAMThread::ThreadProc

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 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.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.