ITuningSpace::get_FriendlyName
Microsoft DirectShow 9.0 |
ITuningSpace::get_FriendlyName
The get_FriendlyName method retrieves the localized, user-friendly name of the tuning space.
Syntax
HRESULT get_FriendlyName( BSTR* pName );
Parameters
pName
[out] Pointer to a variable receives the user-friendly 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