Dynamic Windows Function [dw_listbox_selected_multi]
Syntax
int dw_listbox_selected_multi(HWND handle, int where)
Parameters
HWND handle: Handle to the listbox to be queried.
int where: Either the previous return or -1 to restart.
Returns
int The next selected item or DW_ERROR_UNKNOWN (-1) on error.
Description
Returns the index to the current selected item or -1 when done.