IPropertyContainer::GetCategoryName

virtual bool IPropertyContainer::GetCategoryName(const int nCatId, BSTR& catName)

Return the string name of a property category.

Defined in: PropIface.h

Return Value

Returns true if category name is found, otherwise false.

Parameters

nCatId

Identifier of category for which to retrieve name

catName

Return value for category name

Comments

Each property can be associated with a category. The IProperty::GetCategory function determines which category (if any) a property is associated with. It is the property container's responsibility to map the category ID to a name.