Clone method

Obsolete. Creates another enumerator that contains the same enumeration state as the current enumeration.

Syntax


HRESULT retVal = object.Clone(ppenum);

Parameters

ppenum [in]

Type: IEnumChannels

A pointer to the IEnumChannels interface of the clone.

Remarks

Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.

 

 

Show: