The Exit method signals the streaming thread to exit.
Syntax
HRESULT Exit(void);
Return Value
Returns S_OK or E_UNEXPECTED.
Remarks
The CSourceStream::Inactive method calls this method.
See Also