The ListView_ItemGetCurrencySubitem() function retrieves a currency or variable currency value from the additional component of a subitem.
ListView_ItemGetCurrencySubitem(list_view_field, item_index, subitem)
• list_view_field – The list view containing the specified item.
• item_index – A long integer specifying the list view item from which a currency subitem is being retrieved.
• subitem – An integer specifying the subitem to retrieve from. To retrieve the additional component associated with the label of a list view item, specify 0 as the subitem to retrieve from.
A currency or variable currency value containing the subitem.