bbmsp_contact_list_create()

Create a new contact list.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

contact_list

Is set to be an empty contact list.

Library:

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

Description:

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.

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.