Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the way that filters are combined.
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