ISimilarityTraitsTable::Append method (msrdc.h)

Adds a SimilarityData structure to the similarity traits table.

Syntax

HRESULT Append(
  [in] SimilarityData       *data,
  [in] SimilarityFileIndexT fileIndex
);

Parameters

[in] data

The SimilarityData structure to be added to the similarity traits table.

[in] fileIndex

The index in the similarity traits table where the SimilarityData structure is to be inserted.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The application must supply fileIndex values that are greater than zero and are always increasing. Otherwise, this method returns the E_INVALIDARG error code.

Requirements

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

See also

ISimilarityTraitsTable