Check if a contact is in a contact list.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_list_contains_contact(bbmsp_contact_list_t *contact_list, bbmsp_contact_t *contact)
BlackBerry 10.0.0
A pointer to the contact list to check.
A pointer to the contact to search for.
The contact's handle is used to determine equality.
BBMSP_SUCCESS if found, BBMSP_FAILURE otherwise.