CSourceStream::ThreadProc
Implements the thread procedure.
virtual DWORD ThreadProc(void);
Return Values
Returns 0 if the thread completed successfully and 1 otherwise. If 1, the thread's resources might still be allocated.
Remarks
When this member function returns, the thread exits. Override this member function if the provided version is not sophisticated enough.
See Samples\Multimedia\DShow\src\Vidcap in the DirectX Media SDK for an example.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.