Get the array of selected indices from a DIALOG_RESPONSE event.
#include <bps/dialog.h>
BPS_API int dialog_event_get_popuplist_selected_indices(bps_event_t *event,
int **selected_indices,
int *num_indices)
BlackBerry 10.0.0
The DIALOG_RESPONSE event to get the array of selected indices from.
The selected indices. When the memory holding these values is no longer needed, use bps_free() to free the memory.
The number of indices in the output array.
The dialog_event_get_popuplist_selected_indices() function gets the array of selected indices from the specified DIALOG_RESPONSE event.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.