bbmsp_contact_destroy()

Destroy a BBM contact structure.

Synopsis:

#include <bbmsp/bbmsp_contactlist.h>
 
BBMSP_API bbmsp_result_t bbmsp_contact_destroy(bbmsp_contact_t **contact)

Since:

BlackBerry 10.0.0

Arguments:

contact

A pointer to the contact to destroy.

Library:

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

Description:

Destroys this BBM contact structure and frees up the associated memory.

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.