Microsoft DirectX 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.

See Also