Preprocessor macro definitions for the bbmsp_user_profile_box.h header file in this library.
#define BBMSP_PROFILE_BOX_ITEM_TEXT_MAX (101)The maximum length of a profile box item's text, including one extra character for the null terminating character.
This can be used in bbmsp_user_profile_box_item_get_text().
Since: BlackBerry 10.0.0
#define BBMSP_PROFILE_BOX_ITEM_COOKIE_MAX (129)The maximum length of the cookie for a profile box item, including one extra character for the null terminating character.
This can be used in bbmsp_user_profile_box_item_get_cookie().
Since: BlackBerry 10.0.0
#define BBMSP_PROFILE_BOX_ITEM_ID_MAX (100)The maximum length of a profile box item's ID, including one extra character for the null terminating character.
This can be used in bbmsp_user_profile_box_item_get_item_id().
Since: BlackBerry 10.0.0