Microsoft DirectX 8.1 (C++)

IEnumFilters::Clone

The Clone method makes a copy of the enumerator with the same enumeration state.

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 Value

Returns one of the following HRESULTs.

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

See Also