IFindSimilarResults interface (msrdc.h)

Provides methods for retrieving information from the file list returned by the ISimilarity::FindSimilarFileId method.

Inheritance

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

Methods

The IFindSimilarResults interface has these methods.

 
IFindSimilarResults::GetNextFileId

Retrieves the next valid similarity file ID in the file list that was returned by the ISimilarity::FindSimilarFileId method.
IFindSimilarResults::GetSize

Retrieves the number of entries in the file list that was returned by the ISimilarity::FindSimilarFileId method.

Requirements

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

See also

ISimilarity::FindSimilarFileId

IUnknown