Retrieve all the contacts in the contact list.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_event_contact_list_get_full_contact_list(bbmsp_event_t *event, bbmsp_contact_list_t **contact_list)
BlackBerry 10.0.0
A pointer to the BBMSP event that was triggered.
An updated pointer to the contact list.
Use this to retrieve contacts that were received as a response to bbmsp_contact_list_get() through a BBMSP_SP_EVENT_CONTACT_LIST_FULL event.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.