Get the account key for the specified category data.
#include "bb/pim/unified/unified_data_source.h"
uds_account_key_t uds_category_data_get_account_id(uds_category_data_t *category)
BlackBerry 10.2.0
The category to get the account key for. This category is represented by a uds_category_data_t and is created using uds_category_data_create().
The account key for an account is unique across the platform and it identifies a particular user account on a device. You can obtain this key by using the PIM Accounts API. The account key determines the account that this category appears in.
The account key of the specified category, as a uds_account_key_t.