Retrieve the user's display picture.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_profile_get_display_picture(bbmsp_profile_t *profile, bbmsp_image_t *display_picture)
BlackBerry 10.2.0
A pointer to the user's profile.
An updated pointer to the user's display picture.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.