IComponent::put_Description
Microsoft DirectShow 9.0 |
IComponent::put_Description
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.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also