Set the icon of a progress dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_progress_icon(dialog_instance_t dialog,
const char *path)
BlackBerry 10.0.0
The dialog to update.
The absolute path of the icon to be shown.
The dialog_set_progress_icon() function sets the icon of the specified progress dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.