dialog_set_password_change_error_text()

Set the error text of a password change dialog.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_set_password_change_error_text(dialog_instance_t dialog,
                                                  const char *text)

Since:

BlackBerry 10.0.0

Arguments:

dialog

The dialog to update.

text

The error text to display.

Library:

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

Description:

The dialog_set_password_change_error_text() function sets the error text of the specified password change dialog.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.