Microsoft DirectX 9.0

IEnumFilters::Clone

The Clone method makes a copy of the enumerator object. The returned object starts with the same enumeration state as the original.

Syntax

HRESULT Clone(
  IEnumFilters **ppEnum
);

Parameters

ppEnum

[out] Address of a variable that receives a pointer to the IEnumFilters interface of the new enumerator.

Return Values

Returns one of the following HRESULTs.

Value Description
S_OK Success.
E_OUTOFMEMORY Insufficient memory.
E_POINTER NULL pointer argument.

See Also