IFileSyncProviderCallback Interface

Represents application callbacks that an IFileSyncProvider object uses to send notifications to the application during synchronization.

interface IFileSyncProviderCallback : IUnknown

Members

IFileSyncProviderCallback methods Description

IFileSyncProviderCallback::OnChangeDetectionProgress

Occurs when a directory is about to be analyzed during a change detection pass.

IFileSyncProviderCallback::OnDetectFileSkipped

Occurs when a file or folder is not analyzed during change detection.

IFileSyncProviderCallback::OnChangeDetectionCompleted

Occurs when the change detection pass is complete.

IFileSyncProviderCallback::OnApplyingChange

Occurs when a file change application is about to be tried.

IFileSyncProviderCallback::OnFileCopyProgress

Occurs periodically to show progress while a file is being copied.

IFileSyncProviderCallback::OnChangeApplied

Occurs when a file change has been applied.

IFileSyncProviderCallback::OnChangeSkipped

Occurs when a change is skipped.

Requirements

Header: FileSyncProvider.h

See Also

Concepts

Sync Framework File Synchronization Components