Microsoft DirectX 8.1 (C++) |
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