Set the initial state of the "Remember me" check box.
#include <bps/dialog.h>
BPS_API int dialog_set_password_change_remember_me(dialog_instance_t dialog,
bool remember_me)
BlackBerry 10.0.0
The dialog to update.
If true the "Remember me" check box is checked initially, if false the "Remember me" check box is not checked initially.
The dialog_set_password_change_remember_me() function sets the initial state of the "Remember me" check box for the specified password change dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.