The ListView_ItemGetLabel() function retrieves the label of the specified list view item.
ListView_ItemGetLabel(list_view_field, item_index)
• list_view_field – The list view field containing the specified item.
• item_index – A long integer specifying the list view item whose label is being retrieved.
A string containing the label of the specified item.