The ListView_ItemGetData() function retrieves the long integer data item associated with the specified list view item.
ListView_ItemGetData(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 data item is being retrieved.
A long integer containing the data item for the specified list view item.