Set the indices of the list items that are formatted as separators.
#include <bps/dialog.h>
BPS_API int dialog_set_popuplist_separator_indices(dialog_instance_t dialog,
int separator_indices[],
int num_items)
BlackBerry 10.0.0
The dialog to update.
The indices of the items to be formatted as separators.
The number of indices in the separator_indices array.
The dialog_set_popuplist_separator_indices() function sets the indices of the list items in the specified popup list dialog that are formatted as separators.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.