Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates another items enumerator with the same state as the current enumerator to iterate over the same list. This method makes it possible to record a point in the enumeration sequence in order to return to that point at a later time.
Syntax
HRESULT Clone(
[out] ISyncMgrEnumItems **ppenum
);
Parameters
[out] ppenum
Type: ppenum**
The address of a variable that receives the ISyncMgrEnumItems interface pointer.
Return value
Type: HRESULT
Return S_OK if the method succeeds.
Remarks
The calling application must release the new enumerator separately from the first enumerator.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | mobsync.h |
DLL | Mobsync.dll |