dialog_create_password_change()

Create a password change dialog.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_create_password_change(dialog_instance_t *dialog)

Since:

BlackBerry 10.0.0

Arguments:

dialog

This will be populated with the newly created dialog instance.

Library:

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

Description:

The dialog_create_password_change() function creates a password change dialog.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.