Create a user profile.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_profile_create(bbmsp_profile_t **profile)
BlackBerry 10.0.0
An updated pointer to the new profile.
Creates a new user profile. When the user profile is no longer required, call bbmsp_profile_destroy() to free up the associated memory.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.