FILTER_COMBINATION_TYPE Enumeration

Represents the way that filters are combined.

Syntax

typedef enum
{
    FCT_INTERSECTION  
}  FILTER_COMBINATION_TYPE;

Members

Term

Definition

FCT_INTERSECTION

An item or change unit is included in the scope only if it passes all filters in the combination set.

Remarks

A typical filter combination is a custom filter combined with a change unit filter. When the combination type is FCT_INTERSECTION, the scope includes only items that pass the custom filter, and each item in the scope contains only change units that pass the change unit filter.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components