Share via


ITuningSpace::Clone Method

The Clone method creates a new copy of the tuning space.

Syntax

HRESULT Clone(
  [out]  ITuningSpace **ppNewTS
);

Parameters

  • ppNewTS [out]
    Address of a variable that receives a pointer to the ITuningSpace interface of the new tuning space object. The caller must release the interface.

Return Value

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

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

ITuningSpace Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008