Create a new BBM contact structure.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_create(bbmsp_contact_t **contact)
BlackBerry 10.0.0
An updated pointer to the new contact.
Creates a BBM contact structure. When the contact is no longer required, call bbmsp_contact_destroy() to free up the associated memory.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.