IEnumSyncMgrSyncItems interface
Exposes methods that enumerate the sync item objects managed by the handler.
Members
The IEnumSyncMgrSyncItems interface inherits from the IUnknown interface. IEnumSyncMgrSyncItems also has these types of members:
Methods
The IEnumSyncMgrSyncItems interface has these methods.
| Method | Description |
|---|---|
| Clone |
Not used. Clones an IEnumSyncMgrSyncItems object. |
| Next |
Gets the next batch of sync items from the handler. |
| Reset |
Resets the current position in the enumeration to 0. |
| Skip |
Skips forward in the enumeration the specified number of items. |
Remarks
A handler returns a pointer to an IEnumSyncMgrSyncItems interface from ISyncMgrSyncItemContainer::GetSyncItemEnumerator.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: