ISyncMgrSyncItemContainer interface (syncmgr.h)

Exposes methods that provide information to handlers about the items they contain.

Inheritance

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

Methods

The ISyncMgrSyncItemContainer interface has these methods.

 
ISyncMgrSyncItemContainer::GetSyncItem

Gets a specified sync item.
ISyncMgrSyncItemContainer::GetSyncItemCount

Gets a count of the sync items in the container.
ISyncMgrSyncItemContainer::GetSyncItemEnumerator

Gets an interface that enumerates the handler's sync items.

Remarks

Sync Center calls QueryInterface on the ISyncMgrHandler interface to obtain a pointer to the ISyncMgrSyncItemContainer interface.

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