Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_ONDISKValue: 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_VALIDATEDValue: 2 Validated data is a subset of the on-disk data that is currently in sync with the cloud. |
CF_PLACEHOLDER_RANGE_INFO_MODIFIEDValue: 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 |