bbmsp_user_profile_box_item_list_destroy()

Destroy a profile box item list struct.

Synopsis:

#include "bbmsp/bbmsp_user_profile_box.h"
 
BBMSP_API bbmsp_result_t bbmsp_user_profile_box_item_list_destroy(bbmsp_user_profile_box_item_list_t **item_list)

Since:

BlackBerry 10.0.0

Arguments:

item_list

A pointer to the item list to destroy.

Library:

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

Description:

Destroys this list of profile box items and frees up the associated memory. Does not change the user's BBM profile box. If bbmsp_can_show_profile_box() returns false, this method will return BBMSP_FAILURE.

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.