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