void BSKDestroyCategory( BSKCategory* category );Inputs:
Description: Destroys and deallocates the given category. All BSKCategoryEntry objects for this category are deallocated as well, though the objects they point to (the category's members) are NOT deallocated.
Return to the API
Return to the function listing