FILTERING_TYPE enumeration (winsync.h)

Indicates the type of information that is included in a change batch during filtered synchronization.

Syntax

typedef enum __MIDL___MIDL_itf_winsync_0000_0000_0008 {
  FT_CURRENT_ITEMS_ONLY = 0,
  FT_CURRENT_ITEMS_AND_VERSIONS_FOR_MOVED_OUT_ITEMS
} FILTERING_TYPE;

Constants

 
FT_CURRENT_ITEMS_ONLY
Value: 0
The change batch includes data and metadata for items that are currently in the filter.
FT_CURRENT_ITEMS_AND_VERSIONS_FOR_MOVED_OUT_ITEMS

Remarks

A replica that does not keep ghosts for items that are not in the filter indicates this by using FT_CURRENT_ITEMS_ONLY.

Note  An item that is excluded by the filter in one replica, but is still tracked in the other replica is known as a "ghost".
 

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header winsync.h

See also

Windows Sync Enumerations