IMediaStream::SendEndOfStream
Forces the current stream to end. If the current stream isn't writable, this method does nothing.
HRESULT SendEndOfStream(
DWORD dwFlags);
Parameters
- dwFlags
[in] Reserved for flag data. Must be zero.
Return Values
Returns S_OK if successful or MS_E_INCOMPATIBLE if the existing sample isn't compatible with the current media stream.
Remarks
Applications do not call this internal method.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.