Share via


IComponentType::put_Category

 
Microsoft DirectShow 9.0

IComponentType::put_Category

The put_Category method sets the component category.

Syntax

  HRESULT put_Category(
  ComponentCategory  Category
);

Parameters

Category

[in] A ComponentCategory value that specifies the new category for this component type.

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