Copy a source contact to a destination contact.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_copy(bbmsp_contact_t *destination, const bbmsp_contact_t *source)
BlackBerry 10.0.0
A pointer to destination contact, which can be created using bbmsp_contact_create().
A pointer to source contact.
Copies the source contact to the destination contact.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.