bbmsp_contact_list_remove_contact()

Remove a contact from a contact list.

Synopsis:

#include <bbmsp/bbmsp_contactlist.h>
 
BBMSP_API bbmsp_result_t bbmsp_contact_list_remove_contact(bbmsp_contact_list_t *contact_list, const bbmsp_contact_t *contact)

Since:

BlackBerry 10.0.0

Arguments:

contact_list

A pointer to the contact list to remove the contact from.

contact

A pointer to the contact to remove.

Library:

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

Description:

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.