Create a profile box item list.
#include "bbmsp/bbmsp_user_profile_box.h"
BBMSP_API bbmsp_result_t bbmsp_user_profile_box_item_list_create(bbmsp_user_profile_box_item_list_t **item_list)
BlackBerry 10.0.0
An updated pointer to the item list.
Creates a new, empty profile box item list. Does not change the user's BBM profile box. If bbmsp_can_show_profile_box() returns false, this method will return BBMSP_FAILURE.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.