Microsoft Windows CE 3.0  

IEnumFilters::Clone

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves a duplicate enumerator containing the same enumeration state as the current one.

HRESULT Clone(
IEnumFilters **
ppEnum
);

Parameters

ppEnum
[out] Duplicate of the enumerator.

Return Values

No return value.

Remarks

This method produces two enumerators (the original and the duplicate); both are set at the same filter. After they are created, however, they are independent; therefore, calling the IEnumFilters::Nextmethod for one does not affect the other.