ISimilarityFileIdTable::Append method (msrdc.h)
Adds the file ID to the similarity file ID table.
Syntax
HRESULT Append(
[in] SimilarityFileId *similarityFileId,
[out] SimilarityFileIndexT *similarityFileIndex
);
Parameters
[in] similarityFileId
The file ID to be added to the similarity file ID table.
[out] similarityFileIndex
A pointer to a variable that receives the file index for the file ID's entry in the similarity file ID table.
Return value
Returns S_OK on success, or an error HRESULT on failure.
This method can also return the following error codes.
Remarks
If the Append method fails, the similarity file ID table is marked as corrupted and must be rebuilt.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | msrdc.h |
DLL | MsRdc.dll |