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

See Also