bbmsp_profile_create()

Create a user profile.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

profile

An updated pointer to the new profile.

Library:

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

Description:

Creates a new user profile. When the user profile is no longer required, call bbmsp_profile_destroy() to free up the associated memory.

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.