Share via


ITuningSpace::put_FriendlyName

 
Microsoft DirectShow 9.0

ITuningSpace::put_FriendlyName

The put_FriendlyName method sets the localized, user-friendly name of the tuning space.

Syntax

  HRESULT put_FriendlyName(
    BSTR Name
);

Parameters

Name

[in]  Specifies the user-friendly name.

Return Value

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