CSourceStream::Exit
Microsoft DirectShow 9.0 |
CSourceStream::Exit
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.
Requirements
** Header:** Declared in Source.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also