énumération CF_SYNC_ROOT_INFO_CLASS (cfapi.h)

Types d’informations racine de synchronisation.

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
} ;

Constantes

 
CF_SYNC_ROOT_INFO_BASIC
Valeur : 0
Des informations racine de synchronisation de base sont fournies. Voir CF_SYNC_ROOT_BASIC_INFO.
CF_SYNC_ROOT_INFO_STANDARD
Valeur : 1
Les informations racine de synchronisation standard sont fournies. Voir CF_SYNC_ROOT_STANDARD_INFO.
CF_SYNC_ROOT_INFO_PROVIDER
Valeur : 2
Les informations de fournisseur racine de synchronisation sont fournies. Voir CF_SYNC_ROOT_PROVIDER_INFO.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10, version 1709 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2016 (applications de bureau uniquement)
En-tête cfapi.h

Voir aussi

CfGetSyncRootInfoByPath

CF_SYNC_ROOT_BASIC_INFO

CF_SYNC_ROOT_STANDARD_INFO

CF_SYNC_ROOT_PROVIDER_INFO