CF_POPULATION_POLICY structure (cfapi.h)

Specifies the primary population policy and its modifier. The population policy allows a sync provider to control how placeholder namespace (both directories and files) should be created by the platform.

Syntax

typedef struct CF_POPULATION_POLICY {
  CF_POPULATION_POLICY_PRIMARY_USHORT  Primary;
  CF_POPULATION_POLICY_MODIFIER_USHORT Modifier;
} CF_POPULATION_POLICY;

Members

Primary

The primary population policy. See CF_POPULATION_POLICY_PRIMARY for more information.

Modifier

The population policy modifier. See CF_POPULATION_POLICY_MODIFIER for more information.

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_POPULATION_POLICY_PRIMARY

CF_POPULATION_POLICY_MODIFIER

CfRegisterSyncRoot