ListView_ItemGetData()

Examples


The ListView_ItemGetData() function retrieves the long integer data item associated with the specified list view item.

Syntax

ListView_ItemGetData(list_view_field, item_index)

Parameters

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.

Return value

A long integer containing the data item for the specified list view item.


Documentation Feedback