IEnumSyncItems::Clone method
[The IEnumSyncItems interface is available for use through Windows XP. It is not available in subsequent versions of Windows.]
Gets a copy of the current enumeration.
HRESULT Clone(
[out] IEnumSyncItems **ppEnumSyncItems
);
ppEnumSyncItems [out]
Type: IEnumSyncItems**The address of a pointer that receives a copy of this enumeration.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
IEnumSyncItems keeps an internal count that specifies which interface is next to be retrieved. The value of this count will be applied to the interface received by ppEnumSyncItems. To reset the count, call IEnumSyncItems::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 |