Preprocessor macro definitions for the bbmsp_userprofile.h header file in this library.
#define BBMSP_PROFILE_DISPLAY_NAME_MAX (257)The maximum length of a user's display name, including one extra character for the null terminating character.
This can be used in bbmsp_profile_get_display_name().
Since: BlackBerry 10.0.0
#define BBMSP_PROFILE_PERSONAL_MSG_MAX (161)The maximum length of a user's personal message, including one extra character for the null terminating character.
This can be used in bbmsp_profile_get_personal_message().
Since: BlackBerry 10.0.0
#define BBMSP_PROFILE_STATUS_MSG_MAX (257)The maximum length of a contact's status message, including one extra character for the null terminating character.
This can be used in bbmsp_profile_get_status_message().
Since: BlackBerry 10.0.0
#define BBMSP_PROFILE_PPID_MAX (257)The maximum length of a user's ppid, including one extra character for the null terminating character.
This can be used in bbmsp_profile_get_ppid().
Since: BlackBerry 10.0.0
#define BBMSP_PROFILE_HANDLE_MAX (257)The maximum length of a user's handle, including one extra character for the null terminating character.
This can be used in bbmsp_profile_get_handle().
Since: BlackBerry 10.0.0
#define BBMSP_PROFILE_DISPLAY_PICTURE_MAX (32768)The maximum size of a user's display picture in bytes.
This can be used in bbmsp_set_user_profile_display_picture().
Since: BlackBerry 10.0.0