Microsoft DirectX 9.0 |
The put_Description method sets the description of the component.
Syntax
HRESULT put_Description(
BSTR Description
);
Parameters
Description
[in] Variable of type BSTR that contains the new description.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also