Microsoft DirectX 8.1 (C++)

ITuningSpace::put_UniqueName

The put_UniqueName method sets a unique name for the tuning space. Can be either a short name, or a GUID.

Syntax

HRESULT put_UniqueName(
    BSTR Name
);

Parameters

Name

[in] Variable of type BSTR that specifies the unique 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