CF_SYNC_ROOT_PROVIDER_INFO structure (cfapi.h)

Contains sync root provider information.

Syntax

typedef struct CF_SYNC_ROOT_PROVIDER_INFO {
  CF_SYNC_PROVIDER_STATUS ProviderStatus;
  WCHAR                   ProviderName[CF_MAX_PROVIDER_NAME_LENGTH + 1];
  WCHAR                   ProviderVersion[CF_MAX_PROVIDER_VERSION_LENGTH + 1];
} CF_SYNC_ROOT_PROVIDER_INFO;

Members

ProviderStatus

Status of the sync root provider. See CF_SYNC_PROVIDER_STATUS for possible values.

ProviderName[CF_MAX_PROVIDER_NAME_LENGTH + 1]

Name of the sync root provider. ProviderName is an end-user facing string with a maximum length of CF_MAX_PROVIDER_NAME_LENGTH (255 characters).

ProviderVersion[CF_MAX_PROVIDER_VERSION_LENGTH + 1]

Version of the sync root provider. ProviderVersion is an end-user facing string with a maximum length of CF_MAX_PROVIDER_VERSION_LENGTH (255 characters).

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

CfGetSyncRootInfoByPath

CF_SYNC_PROVIDER_STATUS