Create a new contact list.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_list_create(bbmsp_contact_list_t **contact_list)
BlackBerry 10.0.0
Is set to be an empty contact list.
Creates a new, empty contact list. When the contact list is no longer required, call bbmsp_contact_list_destroy() to free up the associated memory.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.