Share via


ITuningSpace::put_UniqueName Method

The put_UniqueName method sets a unique name for the tuning space.

Syntax

HRESULT put_UniqueName(
  [in]  BSTR Name
);

Parameters

  • Name [in]
    Variable of type BSTR that specifies the unique name.

Return Value

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

Remarks

If you attempt to add a new tuning space to the System Tuning Spaces collection, this property must be unique within the collection. For more information, see ITuningSpaceContainer::Add.

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