Sets the display picture in the current user's BBM profile.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_profile_set_display_picture(bbmsp_profile_t *profile, bbmsp_image_t *display_picture)
BlackBerry 10.0.0
A pointer to the user's BBM profile.
A pointer to the display picture.
The display picture change only affects the profile data structure passed in.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.