This interface is implemented by a component that represents a stream of data within a file. Components implementing this
interface
should also implement the standard ISequentialStream interface.
Methods
Close
| IDL | HRESULT Close() |
|---|---|
| .NET | void Close() |
| VB6 | Close |
Closes the stream, providing the implementing component with an opportunity to raise an error if the act of flushing buffered data causes an error.
| Related topics |
|---|
