IEnumOfflineFilesSettings::Clone method (cscobj.h)

Creates a new instance of the enumerator with the same enumeration state as the current one.

Syntax

HRESULT Clone(
  [out] IEnumOfflineFilesSettings **ppenum
);

Parameters

[out] ppenum

Address of an IEnumOfflineFilesSettings pointer variable that receives the interface pointer of the new enumeration object.

Return value

Returns S_OK if the enumerator is created successfully, or an error value otherwise.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h
DLL CscSvc.dll; CscObj.dll

See also

IEnumOfflineFilesSettings