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.
Types of sync root information.
Syntax
typedef enum CF_SYNC_ROOT_INFO_CLASS {
CF_SYNC_ROOT_INFO_BASIC = 0,
CF_SYNC_ROOT_INFO_STANDARD = 1,
CF_SYNC_ROOT_INFO_PROVIDER = 2
} ;
Constants
CF_SYNC_ROOT_INFO_BASIC Value: 0 Basic sync root information is provided. See CF_SYNC_ROOT_BASIC_INFO. |
CF_SYNC_ROOT_INFO_STANDARD Value: 1 Standard sync root information is provided. See CF_SYNC_ROOT_STANDARD_INFO. |
CF_SYNC_ROOT_INFO_PROVIDER Value: 2 Sync root provider information is being provided. See CF_SYNC_ROOT_PROVIDER_INFO. |
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 |