CAMThread::Close (Windows CE 5.0)
Blocks until the thread has exited and released its resources.
void Close(void);
Parameters
None.
Return Values
None.
Remarks
You must instruct the thread to exit by some other means; for example, call the CAMThread::CallWorker member function with a request that is interpreted by the derived class to mean complete and exit.
If the thread is still running when the CAMThread object is destroyed, the CAMThread::Close member function is called internally.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
Send Feedback on this topic to the authors