Add a contact to this contact list.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_list_add_contact(bbmsp_contact_list_t *contact_list, bbmsp_contact_t *contact)
BlackBerry 10.0.0
A pointer to the contact list to add the contact to.
A pointer to the contact to add.
If the contact already exists it is replaced with this new value.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.