Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 2.18 KB

ne-winsync-filtering_type.md

File metadata and controls

74 lines (61 loc) · 2.18 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
NE:winsync.__MIDL___MIDL_itf_winsync_0000_0000_0008
FILTERING_TYPE (winsync.h)
Indicates the type of information that is included in a change batch during filtered synchronization.
FILTERING_TYPE
FILTERING_TYPE enumeration [Windows Sync]
FT_CURRENT_ITEMS_ONLY
winsync.filtering_type
winsync/FILTERING_TYPE
winsync/FT_CURRENT_ITEMS_ONLY
winsync\filtering_type.htm
winsync
6bcbc011-9d47-4c88-a62e-0c9366abc7d3
12/05/2018
FILTERING_TYPE, FILTERING_TYPE enumeration [Windows Sync], FT_CURRENT_ITEMS_ONLY, winsync.filtering_type, winsync/FILTERING_TYPE, winsync/FT_CURRENT_ITEMS_ONLY
winsync.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
FILTERING_TYPE
19H1
__MIDL___MIDL_itf_winsync_0000_0000_0008
winsync/__MIDL___MIDL_itf_winsync_0000_0000_0008
FILTERING_TYPE
winsync/FILTERING_TYPE
c++
APIRef
kbSyntax
HeaderDef
winsync.h
FILTERING_TYPE

FILTERING_TYPE enumeration

-description

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

-enum-fields

-field FT_CURRENT_ITEMS_ONLY:0

The change batch includes data and metadata for items that are currently in the filter.

-field 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".
 

-see-also

Windows Sync Enumerations