CF_SYNC_POLICIES structure (cfapi.h)
Defines the sync policies used by a sync root.
Syntax
typedef struct CF_SYNC_POLICIES {
ULONG StructSize;
CF_HYDRATION_POLICY Hydration;
CF_POPULATION_POLICY Population;
CF_INSYNC_POLICY InSync;
CF_HARDLINK_POLICY HardLink;
CF_PLACEHOLDER_MANAGEMENT_POLICY PlaceholderManagement;
} CF_SYNC_POLICIES;
Members
StructSize
The size of the CF_SYNC_POLICIES structure.
Hydration
The hydration policy.
Population
The population policy.
InSync
The in-sync policy.
HardLink
The hard link policy.
PlaceholderManagement
Requirements
| Minimum supported client | Windows 10, version 1709 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | cfapi.h |