IEnumSyncSchedules interface
[The IEnumSyncSchedules interface is available for use through Windows XP. It is unavailable in subsequent versions of Windows.]
Provides enumeration of all synchronization schedules.
Members
The IEnumSyncSchedules interface inherits from the IUnknown interface. IEnumSyncSchedules also has these types of members:
- Methods
Methods
The IEnumSyncSchedules interface has these methods.
Method | Description |
---|---|
Clone | Gets a copy of the current enumeration. |
Next | Gets an array of one or more schedules from the enumeration. |
Reset | Resets the internal count of retrieved interfaces in the enumeration. |
Skip | Skips a given number of schedule interfaces in the enumeration. Used when retrieving interfaces. |
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows Server 2003 [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 |