ISyncMgrHandlerInfo interface
Exposes methods that allow a handler to provide property and state information to Sync Center.
Members
The ISyncMgrHandlerInfo interface inherits from the IUnknown interface. ISyncMgrHandlerInfo also has these types of members:
Methods
The ISyncMgrHandlerInfo interface has these methods.
| Method | Description |
|---|---|
| GetComment |
Gets a string that contains commentary regarding the handler. |
| GetLastSyncTime |
Gets the date and time when the handler was last synchronized. |
| GetType |
Gets the handler type for Sync Center. |
| GetTypeLabel |
Gets a label for the handler type. This typically provides the model of the device or an equivalent handler-specific identity string. |
| IsActive |
Gets a value that indicates whether the handler can be synchronized. |
| IsConnected |
Gets a value that indicates whether the handler—typically some type of external device—is connected. |
| IsEnabled |
Gets a value that indicates whether the handler is enabled. |
Remarks
Handlers should always implement this interface, generally on the same object that implements ISyncMgrHandler. By implementing ISyncMgrHandlerInfo, the set of properties can be changed without requiring the handler to be recompiled. It also provides type-safe access to the properties.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|