IRdcFileWriter interface (msrdc.h)

Abstract interface to read from and write to a file.

The RDC application must implement this interface for use with ISimilarityFileIdTable::CreateTableIndirect. Note that this interface does not include methods to open, close, or flush the file to disk. The application is responsible for properly opening and closing the file represented by an instance of this interface.

Inheritance

The IRdcFileWriter interface inherits from IUnknown and IRdcFileReader. IRdcFileWriter also has these types of members:

Methods

The IRdcFileWriter interface has these methods.

 
IRdcFileWriter::DeleteOnClose

Sets a file to be deleted (or truncated) on close.
IRdcFileWriter::Truncate

Truncates a file to zero length.
IRdcFileWriter::Write

Write bytes to a file starting at a given offset.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header msrdc.h

See also

IRdcFileReader

IUnknown