ISyncMgrSyncItemInfo interface (syncmgr.h)

Exposes methods that provide property and state information for a single sync item.

Inheritance

The ISyncMgrSyncItemInfo interface inherits from the IUnknown interface. ISyncMgrSyncItemInfo also has these types of members:

Methods

The ISyncMgrSyncItemInfo interface has these methods.

 
ISyncMgrSyncItemInfo::GetComment

Gets a string that contains commentary regarding the item.
ISyncMgrSyncItemInfo::GetLastSyncTime

Gets the date and time when the item was last synchronized.
ISyncMgrSyncItemInfo::GetTypeLabel

Gets a label for the item type. This typically provides the model of the device or an equivalent item-specific identity string.
ISyncMgrSyncItemInfo::IsConnected

Generates a value that indicates whether the item�typically some type of external device�is connected.
ISyncMgrSyncItemInfo::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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header syncmgr.h