FindSimilarFileIndexResults structure (msrdc.h)

Contains the file index information that the ISimilarityTraitsTable::FindSimilarFileIndex method returned for a matching file.

Syntax

typedef struct __MIDL___MIDL_itf_msrdc_0000_0000_0013 {
  SimilarityFileIndexT m_FileIndex;
  unsigned int         m_MatchCount;
} FindSimilarFileIndexResults;

Members

m_FileIndex

The index of the matching file in the similarity traits table.

m_MatchCount

The number of traits that were matched. The valid range is from MSRDC_MINIMUM_MATCHESREQUIRED to MSRDC_MAXIMUM_MATCHESREQUIRED.

Requirements

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

See also

ISimilarityTraitsTable::FindSimilarFileIndex