Microsoft DirectX 9.0 |
The put_UniqueName method sets a unique name for the tuning space.
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.
Remarks
If you attempt to add a new tuning space to the System Tuning Spaces collection, this property must be unique within the collection. For more information, see ITuningSpaceContainer::Add.
See Also