Retrieve the user's BBM display name.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_profile_get_display_name(bbmsp_profile_t *profile, char *display_name, size_t buffer_size)
BlackBerry 10.0.0
A pointer to the user's BBM profile.
A pointer to the array that contains the user's display name, encoded as UTF-8.
The size of the display_name buffer array.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.