ISyncMgrHandler interface
Exposes methods that make up the primary interface implemented by a sync handler. Sync Center creates one instance of the handler through this interface to get properties, enumerate sync items, and modify state. Sync Center creates a separate instance of the handler on a separate thread to perform a synchronization or a UI operation.
Members
The ISyncMgrHandler interface inherits from the IUnknown interface. ISyncMgrHandler also has these types of members:
Methods
The ISyncMgrHandler interface has these methods.
| Method | Description |
|---|---|
| Activate |
Requests that the handler is activated or deactivated. An active handler can be synchronized; an inactive handler cannot. |
| Enable |
Requests that an active handler be enabled or disabled. An enabled handler can be synchronized and a disabled handler cannot. |
| GetCapabilities |
Gets a set of flags describing the handler's defined capabilities. |
| GetHandlerInfo |
Gets properties that describe the handler. |
| GetName |
Gets the display name of the handler. |
| GetObject |
Creates a specific type of object related to the handler. |
| GetPolicies |
Gets a set of flags describing the policies set by the handler. |
| Synchronize |
Initiates a synchronization of a selection of the handler's sync items. |
Remarks
ISyncMgrHandler replaces ISyncMgrSynchronize. Some of the earlier functionality has been streamlined, while some has been moved to other interfaces. See the individual method pages for specific information.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|