3.1.4.5.1 Clone (Opnum 3)

The Clone method clones the underlying collection into another DCOM object implementing the IEnumEventObject interface.

 [id(1), helpstring("method Clone")] HRESULT Clone(
   [out] IEnumEventObject** ppInterface
 );

ppInterface: If the function returns a success HRESULT, this MUST contain the interface pointer of the clone DCOM object supporting the IEnumEventObject interface.

Return Values: An HRESULT specifying success or failure. All success codes MUST be treated the same, and all failure codes MUST be treated the same.

When this method is invoked, the server MUST attempt to clone the underlying collection into another DCOM object implementing the IEnumEventObject interface, and return the result.