IEnumSyncItems interface
[The IEnumSyncItems interface is available for use through Windows XP. It is not available in subsequent versions of Windows.]
Exposes methods that provide enumeration of all items in a synchronization schedule.
The IEnumSyncItems interface inherits from the IUnknown interface. IEnumSyncItems also has these types of members:
- Methods
The IEnumSyncItems interface has these methods.
Method | Description |
---|---|
Clone | Gets a copy of the current enumeration. |
Next | Retrieves an array of one or more items from the enumeration, represented by SYNC_HANDLER_ITEM_INFO structures. |
Reset | Resets the internal count of retrieved items in the enumeration. |
Skip | Skips a given number of items in the enumeration. Used when retrieving items. |
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
End of client support |
Windows XP |
End of server support |
Windows Server 2003 |
Header |
Syncmgr.h |
IDL |
Syncmgr.idl |
DLL |
Mobsync.dll |