bbmsp_profile_destroy()

Destroy a user profile.

Synopsis:

#include "bbmsp/bbmsp_userprofile.h"
 
BBMSP_API bbmsp_result_t bbmsp_profile_destroy(bbmsp_profile_t **profile)

Since:

BlackBerry 10.0.0

Arguments:

profile

A pointer to the profile to destroy.

Library:

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

Description:

Destroys a user profile and frees up the associated memory.

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.