IOfflineFilesSyncErrorInfo interface (cscobj.h)

Supplied with the IOfflineFilesSyncProgress::SyncItemResult method to communicate details about the item that experienced a sync error.

Inheritance

The IOfflineFilesSyncErrorInfo interface inherits from IOfflineFilesErrorInfo. IOfflineFilesSyncErrorInfo also has these types of members:

Methods

The IOfflineFilesSyncErrorInfo interface has these methods.

 
IOfflineFilesSyncErrorInfo::GetItemChangeFlags

Retrieves a value containing a set of flags that describe what changes were encountered during the sync operation associated with the sync error.
IOfflineFilesSyncErrorInfo::GetLocalInfo

Retrieves an instance of the IOfflineFilesSyncErrorItemInfo interface containing the file times, size, and attributes of the local copy of the item involved in the synchronization.
IOfflineFilesSyncErrorInfo::GetOriginalInfo

Retrieves an instance of the IOfflineFilesSyncErrorItemInfo interface containing the file times, size, and attributes of the original copy of the item involved in the synchronization.
IOfflineFilesSyncErrorInfo::GetRemoteInfo

Retrieves an instance of the IOfflineFilesSyncErrorItemInfo interface containing the file times, size, and attributes of the remote copy of the item involved in the synchronization.
IOfflineFilesSyncErrorInfo::GetSyncOperation

Retrieves a value indicating the type of sync operation that was being performed when the error was encountered.
IOfflineFilesSyncErrorInfo::InfoAvailable

Indicates whether information was obtained for the local, remote, or original copy of the item during synchronization.
IOfflineFilesSyncErrorInfo::InfoEnumerated

Indicates whether information was queried for the local, remote, or original copy of the item during synchronization.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h

See also

IOfflineFilesErrorInfo

Offline Files API Interfaces