Skip to content

Latest commit

 

History

History
84 lines (65 loc) · 4.28 KB

nf-msrdc-isimilarityfileidtable-createtableindirect.md

File metadata and controls

84 lines (65 loc) · 4.28 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.ISimilarityFileIdTable.CreateTableIndirect
ISimilarityFileIdTable::CreateTableIndirect (msrdc.h)
Creates or opens a similarity file ID table using the RDC application's implementation of the IRdcFileWriter interface.
CreateTableIndirect
CreateTableIndirect method [Remote Differential Compression]
CreateTableIndirect method [Remote Differential Compression]
ISimilarityFileIdTable interface
ISimilarityFileIdTable interface [Remote Differential Compression]
CreateTableIndirect method
ISimilarityFileIdTable.CreateTableIndirect
ISimilarityFileIdTable::CreateTableIndirect
fs.isimilarityfileidtable_createtableindirect
msrdc/ISimilarityFileIdTable::CreateTableIndirect
rdc.isimilarityfileidtable_createtableindirect
rdc\isimilarityfileidtable_createtableindirect.htm
rdc
6e472ab0-efa4-4edd-8d78-68d5a66cf41c
12/05/2018
CreateTableIndirect, CreateTableIndirect method [Remote Differential Compression], CreateTableIndirect method [Remote Differential Compression],ISimilarityFileIdTable interface, ISimilarityFileIdTable interface [Remote Differential Compression],CreateTableIndirect method, ISimilarityFileIdTable.CreateTableIndirect, ISimilarityFileIdTable::CreateTableIndirect, fs.isimilarityfileidtable_createtableindirect, msrdc/ISimilarityFileIdTable::CreateTableIndirect, rdc.isimilarityfileidtable_createtableindirect
msrdc.h
Windows
Windows Vista
Windows Server 2008
MsRdc.idl
MsRdc.dll
Windows
19H1
ISimilarityFileIdTable::CreateTableIndirect
msrdc/ISimilarityFileIdTable::CreateTableIndirect
c++
APIRef
kbSyntax
COM
MsRdc.dll
ISimilarityFileIdTable.CreateTableIndirect

ISimilarityFileIdTable::CreateTableIndirect

-description

Creates or opens a similarity file ID table using the RDC application's implementation of the IRdcFileWriter interface.

-parameters

-param fileIdFile [in]

An IRdcFileWriter interface pointer initialized to write the file ID table to the file.

-param truncate [in]

TRUE if a new similarity file ID table should always be created or truncated. If FALSE is specified and the table exists and is valid, it may be used; otherwise, if the table is not valid or does not exist, the existing table is overwritten.

-param recordSize [in]

The size, in bytes, of the file IDs that will be stored in the similarity file ID table. All file IDs must be the same size. The valid range is from SimilarityFileIdMinSize to SimilarityFileIdMaxSize. If an existing similarity file ID table is being opened, the value of this parameter must match the file ID size of the existing table. Otherwise, the existing table is assumed to be not valid and will be overwritten.

-param isNew [out]

A pointer to a variable that receives an RdcCreatedTables enumeration value that describes the state of the similarity file ID table. If a new table is created, this variable receives RDCTABLE_New. If an existing table is used, this variable receives RDCTABLE_Existing. If this method fails, this variable receives RDCTABLE_InvalidOrUnknown.

-returns

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

-remarks

If an existing table is being opened, the table must be valid, and the value of the recordSize parameter must match the record size of the existing table. Otherwise, the existing table is overwritten, even if FALSE is specified for the truncate parameter.

-see-also

ISimilarityFileIdTable