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