CF_HYDRATION_POLICY structure (cfapi.h)

Specifies the CF_HYDRATION_POLICY_PRIMARY and its CF_HYDRATION_POLICY_MODIFIER.

Syntax

typedef struct CF_HYDRATION_POLICY {
  CF_HYDRATION_POLICY_PRIMARY_USHORT  Primary;
  CF_HYDRATION_POLICY_MODIFIER_USHORT Modifier;
} CF_HYDRATION_POLICY;

Members

Primary

The primary hydration policy.

Modifier

The hydration policy modifier.

Remarks

The hydration policy allows a sync provider to control how placeholder files should be hydrated by the platform. It consists of a primary policy and a set of policy modifiers.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header cfapi.h

See also

CF_HYDRATION_POLICY_PRIMARY

CF_HYDRATION_POLICY_MODIFIER