Microsoft DirectX 9.0 |
The get_UniqueName method retrieves the unique name of the tuning space.
Syntax
HRESULT get_UniqueName(
BSTR* pName
);
Parameters
pName
[out] Pointer to a variable 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 caller must release the returned BSTR by calling SysFreeString.
See Also