Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.38 KB

nf-msrdc-isimilarity-closetable.md

File metadata and controls

73 lines (59 loc) · 2.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msrdc.ISimilarity.CloseTable
ISimilarity::CloseTable (msrdc.h)
Closes the tables in a similarity file.
CloseTable
CloseTable method [Remote Differential Compression]
CloseTable method [Remote Differential Compression]
ISimilarity interface
ISimilarity interface [Remote Differential Compression]
CloseTable method
ISimilarity.CloseTable
ISimilarity::CloseTable
fs.isimilarity_closetable
msrdc/ISimilarity::CloseTable
rdc.isimilarity_closetable
rdc\isimilarity_closetable.htm
rdc
5bf16568-ed61-42a3-91b9-79a1aa731bc0
12/05/2018
CloseTable, CloseTable method [Remote Differential Compression], CloseTable method [Remote Differential Compression],ISimilarity interface, ISimilarity interface [Remote Differential Compression],CloseTable method, ISimilarity.CloseTable, ISimilarity::CloseTable, fs.isimilarity_closetable, msrdc/ISimilarity::CloseTable, rdc.isimilarity_closetable
msrdc.h
Windows
Windows Vista
Windows Server 2008
MsRdc.idl
MsRdc.dll
Windows
19H1
ISimilarity::CloseTable
msrdc/ISimilarity::CloseTable
c++
APIRef
kbSyntax
COM
MsRdc.dll
ISimilarity.CloseTable

ISimilarity::CloseTable

-description

Closes the tables in a similarity file.

-parameters

-param isValid [in]

FALSE if the similarity traits table and similarity file ID table should be deleted when they are closed; otherwise, TRUE.

-returns

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 tables are deleted; the similarity file is not deleted. The caller is responsible for deleting the similarity file.

When the CloseTable method returns, the tables are always closed, even if this method returns an error code.

-see-also

ISimilarity