Return all contacts in the contact list.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_list_get_all_contacts(const bbmsp_contact_list_t *contact_list, bbmsp_contact_t **contact_array)
BlackBerry 10.0.0
A pointer to the contact list.
An updated array of bbmsp_contact_t pointers.
contact_array should be created to point to an array of bbmsp_contact_t pointers as large as the number of elements in the contact list.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.