IFsrmMutableCollection::Clone method (fsrm.h)

Creates a duplicate IFsrmMutableCollection collection.

Note  This method is not implemented in the FSRM library.

 

Syntax

HRESULT Clone(
  [out] IFsrmMutableCollection **collection
);

Parameters

[out] collection

An IFsrmMutableCollection interface to a collection that is a duplicate of this collection.

Return value

The method returns the following return values.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrm.h (include FsrmQuota.h, FsrmReports.h, FsrmScreen.h)
DLL SrmSvc.dll

See also

IFsrmMutableCollection