bbmsp_profile_get_display_picture()

Retrieve the user's display picture.

Synopsis:

#include "bbmsp/bbmsp_userprofile.h"
 
BBMSP_API bbmsp_result_t bbmsp_profile_get_display_picture(bbmsp_profile_t *profile, bbmsp_image_t *display_picture)

Since:

BlackBerry 10.2.0

Arguments:

profile

A pointer to the user's profile.

display_picture

An updated pointer to the user's display picture.

Library:

libbbmsp (For the qcc command, use the -l bbmsp option to link against this library)

Description:

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.