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