Set the initial text of the confirm password input field.
#include <bps/dialog.h>
BPS_API int dialog_set_password_change_confirm_password(dialog_instance_t dialog,
const char *text)
BlackBerry 10.0.0
The dialog to update.
The text to display.
The dialog_set_password_change_confirm_password() function sets the initial text of the confirm password input field.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.