ISimilarityFileIdTable::CloseTable method (msrdc.h)
Closes a similarity file ID table.
Syntax
HRESULT CloseTable(
BOOL isValid
);
Parameters
isValid
FALSE if the similarity file ID table should be deleted when it is closed; otherwise, TRUE.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If FALSE is specified for the isValid parameter, only the table is deleted; the similarity file is not deleted. The caller is responsible for deleting the similarity file.
When the CloseTable method returns, the table is always closed, even if this method returns an 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 |