GET SELECTED ITEM returns a pointer to the first selected item of the list.
Declaration: LBOX_ITEM *lbox_get_slct_item( LIST_BOX *box ); Call: item = lbox_get_slct_item( box ); Variable Argument Meaning Inputs: contrl[0] 174 lbox_get contrl[1] 1 Entries in intin contrl[3] 1 Entries in addrin intin[0] 8 lbox_get_slct_item addrin[0] box Pointer to the list box structure Outputs: contrl[2] 0 Entries in intout contrl[4] 1 Entries in addrout addrout[0] item Pointer to item n or 0L