Create a new, empty profile box item.
#include "bbmsp/bbmsp_user_profile_box.h"
BBMSP_API bbmsp_result_t bbmsp_user_profile_box_item_create(bbmsp_user_profile_box_item_t **item)
BlackBerry 10.0.0
An updated pointer to the new profile box item.
Create a new, empty profile box item. Does not change the user's BBM profile box. This can be used with bbmsp_user_profile_box_item_copy() to copy an item.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.