English | 日本語
Home > Merge > Merge for Windows > Documentation Contents > IFileStream Interface

IFileStream Interface

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.