Microsoft DirectX 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.

See Also