IComponent::put_Description Method

The put_Description method sets the description of the component.

Syntax

HRESULT put_Description(
  [in]  BSTR Description
);

Parameters

  • Description [in]
    Variable of type BSTR that contains the new description.

Return Value

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IComponent Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008