Microsoft DirectX 8.1 (C++)

ITuningSpace::get_UniqueName

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

Syntax

HRESULT get_UniqueName(
    BSTR* pName
);

Parameters

pName

[out] Pointer to a variable of type BSTR that receives 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.

Remarks

The unique name can be any string that is globally unique.

See Also