ISimilarityFileIdTable interface (msrdc.h)

Defines methods for storing and retrieving similarity file ID information.

Inheritance

The ISimilarityFileIdTable interface inherits from the IUnknown interface. ISimilarityFileIdTable also has these types of members:

Methods

The ISimilarityFileIdTable interface has these methods.

 
ISimilarityFileIdTable::Append

Adds the file ID to the similarity file ID table.
ISimilarityFileIdTable::CloseTable

Closes a similarity file ID table.
ISimilarityFileIdTable::CreateTable

Creates or opens a similarity file ID table.
ISimilarityFileIdTable::CreateTableIndirect

Creates or opens a similarity file ID table using the RDC application's implementation of the IRdcFileWriter interface.
ISimilarityFileIdTable::GetRecordCount

Retrieves the number of records that are stored in a similarity file ID table.
ISimilarityFileIdTable::Invalidate

Marks a file ID as not valid in the similarity file ID table.
ISimilarityFileIdTable::Lookup

Retrieves the file ID that corresponds to a given file index in the similarity file ID table.

Requirements

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

See also

IUnknown