IEnumSyncMgrConflict
Exposes conflict enumeration methods. |
IEnumSyncMgrEvents
Exposes sync event enumeration methods. |
IEnumSyncMgrSyncItems
Exposes methods that enumerate the sync item objects managed by the handler. |
ISyncMgrConflict
Exposes methods that provide information about a conflict retrieved from a conflict store, and allows the conflict to be resolved. |
ISyncMgrConflictFolder
Exposes a method that gets the conflict ID list for a conflict object. |
ISyncMgrConflictItems
Exposes methods that get conflict item data and item count. |
ISyncMgrConflictPresenter
Exposes a method that presents a conflict to the user. |
ISyncMgrConflictResolutionItems
Exposes methods that get item info and item count. |
ISyncMgrConflictResolveInfo
Exposes methods that get and set information about sync manager conflict resolution. |
ISyncMgrConflictStore
Exposes methods that allow a handler to provide conflicts that appear in the Conflicts folder. |
ISyncMgrControl
Exposes methods that allow an application or handler to start or stop a synchronization, notify Sync Center of changes to the set of handlers or items, or notify of changes to property values. |
ISyncMgrEvent
Exposes methods that retrieve data from an event store. An event store allows Sync Center to get an enumerator of all events in the store, as well as to retrieve individual events. |
ISyncMgrEventLinkUIOperation
Provides a method that is called when event links are clicked in the sync results folder. |
ISyncMgrEventStore
Exposes methods that allow a handler to provide its own event store and manage its own sync events, instead of using the default Sync Center event store. These events are displayed in the Sync Results folder. |
ISyncMgrHandler
Exposes methods that make up the primary interface implemented by a sync handler. |
ISyncMgrHandlerCollection
Exposes methods that provide an enumerator of sync handler IDs and instantiate those sync handlers. |
ISyncMgrHandlerInfo
Exposes methods that allow a handler to provide property and state information to Sync Center. |
ISyncMgrResolutionHandler
Exposes methods that manage synchronizing conflicts. Implement this interface to construct a sync conflict handler. The conflict resolution user interface (UI) will call this interface to resolve the conflict presented to the user. |
ISyncMgrScheduleWizardUIOperation
Exposes a method that allows a handler to display the sync schedule wizard for the handler. |
ISyncMgrSessionCreator
Exposes a single method through which a handler or external application can notify Sync Center that synchronization has begun, as well as report progress and events. |
ISyncMgrSyncCallback
Exposes methods that allow a synchronization process to report progress and events to Sync Center, or to query whether the process has been canceled. |
ISyncMgrSyncItem
Exposes methods that act on and retrieve information from a single sync item, allowing handlers to manage sync items as independent objects. |
ISyncMgrSyncItemContainer
Exposes methods that provide information to handlers about the items they contain. |
ISyncMgrSyncItemInfo
Exposes methods that provide property and state information for a single sync item. |
ISyncMgrSyncResult
Exposes a method that applications calling ISyncMgrControl can use to get the result of a ISyncMgrControl::StartHandlerSync or ISyncMgrControl::StartItemSync call. |
ISyncMgrUIOperation
Exposes a method through which a sync handler or sync item can display a UI object when requested to do so by Sync Center. |