IFileStream Interface

On this page:

Description

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 IFileStream

Closes the stream, providing the implementing component with an opportunity to raise an error if the act of flushing buffered data causes an error.

IDL HRESULT Close()
.NET void Close()