ListView_ItemSetData()

Examples


The ListView_ItemSetData() function sets the data item associated with the specified list view item.

Syntax

ListView_ItemSetData(list_view_field, item_index, item_data)

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 set.

item_data – A long integer containing the data item.

Return value

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


Documentation Feedback