Create a handle for category data.
#include "bb/pim/unified/unified_data_source.h"
uds_category_data_t* uds_category_data_create()
BlackBerry 10.2.0
This handle is represented as a uds_category_data_t and is the primary way of communicating with the BlackBerry Hub for category-related changes and inquiries. It includes all of the information about a particular category, and you pass this handle as a parameter to uds_category_added() and uds_category_updated() when you want to add or update a category in the BlackBerry Hub, respectively.
You also use this handle to specify the category that you want to change (using functions such as uds_category_data_set_parent_id() and uds_category_data_set_name()) or retrieve information for (using functions such as uds_category_data_get_parent_id() and uds_category_data_get_name()).
A handle for category data, as a uds_category_data_t.