bbmsp_event_contact_list_get_full_contact_list()

Retrieve all the contacts in the contact list.

Synopsis:

#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)

Since:

BlackBerry 10.0.0

Arguments:

event

A pointer to the BBMSP event that was triggered.

contact_list

An updated pointer to the contact list.

Library:

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

Description:

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.

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.