Microsoft DirectX 9.0

IEnumRegFilters::Clone

Note   The IEnumRegFilters interface is deprecated.

This method is not currently implemented and returns E_NOTIMPL.

Syntax

HRESULT Clone(
    IEnumRegFilters **ppEnum
);

Parameters

ppEnum

[out] Address of a pointer to the duplicate enumerator interface.

Return Value

Returns E_NOTIMPL.

See Also