IEnumSyncSchedules::Skip method
[The IEnumSyncSchedules interface is available for use through Windows XP. It is unavailable in subsequent versions of Windows.]
Skips a given number of schedule interfaces in the enumeration. Used when retrieving interfaces.
HRESULT Skip(
[in] ULONG celt
);
celt [in]
Type: ULONGThe number of interfaces to skip.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
IEnumSyncSchedules keeps an internal count that specifies which interface is next to be retrieved. To increment this count without retrieving interfaces, call this method. To reset the count, call IEnumSyncSchedules::Reset.
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 |