Microsoft DirectX 8.1 (C++)

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 of type BSTR that 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.

See Also