3.2.4.2.2.4 Clone (Opnum 17)

The Clone method returns a copy of the collection of Objects Being Enumerated.

 [id(FSRM_DISPID_COLLECTION_MUTABLE | 0x04)] HRESULT Clone(
   [out, retval] IFsrmMutableCollection** collection
 );

collection: Pointer to an IFsrmMutableCollection interface pointer (section 3.2.4.2.2) that upon successful completion contains the IFsrmMutableCollection pointer of a copy of this collection of Objects Being Enumerated.

Return Values: The method MUST return a nonzero error code. Upon receiving this message, the server MUST return E_NOTIMPL.