GET ITEMS returns a pointer to the list of the LBOX_ITEMs
Declaration: LBOX_ITEM *lbox_get_items( LIST_BOX *box ); Call: items = lbox_get_items( box ); Variable Argument Meaning Inputs: contrl[0] 174 lbox_get contrl[1] 1 Entries in intin contrl[3] 1 Entries in addrin intin[0] 6 lbox_get_items addrin[0] box Pointer to the list box structure Outputs: contrl[2] 0 Entries in intout contrl[4] 1 Entries in addrout addrout[0] items Pointer to the chained list