Share via


IEnumTuningSpaces::Clone

 
Microsoft DirectShow 9.0

IEnumTuningSpaces::Clone

The Clone method creates a new copy of the collection and all its sub-objects.

Syntax

  HRESULT Clone(
    IEnumTuningSpaces** ppEnum
    );

Parameters

ppEnum

[out] Address of an IEnumTuningSpaces interface pointer that will receive the returned interface.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also