CF_PLACEHOLDER_RANGE_INFO_CLASS enumeration (cfapi.h)

Indicates the type of range info for the placeholder file data.

Syntax

typedef enum CF_PLACEHOLDER_RANGE_INFO_CLASS {
  CF_PLACEHOLDER_RANGE_INFO_ONDISK = 1,
  CF_PLACEHOLDER_RANGE_INFO_VALIDATED = 2,
  CF_PLACEHOLDER_RANGE_INFO_MODIFIED = 3
} ;

Constants

 
CF_PLACEHOLDER_RANGE_INFO_ONDISK
Value: 1
On-disk data is data that is physical present in the file, which is a super set of other types of ranges.
CF_PLACEHOLDER_RANGE_INFO_VALIDATED
Value: 2
Validated data is a subset of the on-disk data that is currently in sync with the cloud.
CF_PLACEHOLDER_RANGE_INFO_MODIFIED
Value: 3
Modified data is a subset of the on-disk data that is currently not in sync with the cloud, i.e., either modified or appended.

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

CfGetPlaceholderRangeInfo