RdcCreatedTables enumeration (msrdc.h)

Defines values that describe the state of the similarity traits table, similarity file ID table, or both.

Syntax

typedef enum __MIDL___MIDL_itf_msrdc_0000_0000_0009 {
  RDCTABLE_InvalidOrUnknown = 0,
  RDCTABLE_Existing,
  RDCTABLE_New
} RdcCreatedTables;

Constants

 
RDCTABLE_InvalidOrUnknown
Value: 0
The table contains data that is not valid.
RDCTABLE_Existing
The table is an existing table.
RDCTABLE_New
The table is a new table.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header msrdc.h

See also

ISimilarity::CreateTable

ISimilarityFileIdTable::CreateTable

ISimilarityTraitsTable::CreateTable