Microsoft Windows CE 3.0  

IEnumRegFilters::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.

Creates another enumerator with the same enumeration state as the current one.

HRESULT Clone(
IEnumRegFilters **
ppEnum
);

Parameters

ppEnum
[out] Pointer to the duplicate enumerator interface.

Return Values

Returns an HRESULTvalue. Currently returns E_NOTIMPL.

Remarks

Currently, this method is not implemented.