Microsoft DirectX 8.1 (C++)

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