Share via


ITuningSpace::get_UniqueName

 
Microsoft DirectShow 9.0

ITuningSpace::get_UniqueName

The get_UniqueName method retrieves the unique name of the tuning space.

Syntax

  HRESULT get_UniqueName(
    BSTR* pName
);

Parameters

pName

[out]  Pointer to a variable that receives the unique name.

Return Values

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

Remarks

The caller must release the returned BSTR by calling SysFreeString.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also