Retrieve a contact with the handle from a contact list.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_list_get_contact(const bbmsp_contact_list_t *contact_list, char *handle, bbmsp_contact_t *contact)
BlackBerry 10.0.0
A pointer to the contact list to search.
A null-terminated pointer to the handle.
is created using bbmsp_contact_create() and updated to the found contact.
BBMSP_SUCCESS if found, BBMSP_FAILURE otherwise.