bbmsp_contact_list_destroy()

Destroy a contact list.

Synopsis:

#include <bbmsp/bbmsp_contactlist.h>
 
BBMSP_API bbmsp_result_t bbmsp_contact_list_destroy(bbmsp_contact_list_t **contact_list)

Since:

BlackBerry 10.0.0

Arguments:

contact_list

A pointer to the contact list to destroy.

Library:

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

Description:

Destroys this contact list and frees up the associated memory.

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.