bbmsp_contact_copy()

Copy a source contact to a destination contact.

Synopsis:

#include <bbmsp/bbmsp_contactlist.h>
 
BBMSP_API bbmsp_result_t bbmsp_contact_copy(bbmsp_contact_t *destination, const bbmsp_contact_t *source)

Since:

BlackBerry 10.0.0

Arguments:

destination

A pointer to destination contact, which can be created using bbmsp_contact_create().

source

A pointer to source contact.

Library:

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

Description:

Copies the source contact to the destination contact.

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.