BSKCategory* BSKDuplicateCategory( BSKCategory* category );Inputs:
Description: Duplicates the requested category, creating a new category with an id of 0. The BSKCategoryEntry objects are all duplicated as well, though the members pointed to by the BSKCategoryEntry objects are NOT duplicated (ie, values are shared between duplicated categories).
Return to the API
Return to the function listing