Creates another enumerator that contains the same enumeration state as the current enumeration.
Syntax
HRESULT Clone( IEnumChannels **ppenum );
Parameters
- ppenum
- [in] Address of a pointer to the IEnumChannels interface of the clone.
Return Value
Returns S_OK if successful, or an error code otherwise.