ListView_ItemGetIntSubitem()

Examples


The ListView_ItemGetIntSubitem() function retrieves an integer or long integer value from the additional component of a subitem.

Syntax

ListView_ItemGetIntSubitem(list_view_field, item_index, subitem)

Parameters

list_view_field – The list view containing the specified item.

item_index – A long integer specifying the list view item from which an integer or long integer 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.

Return value

An integer or long integer value containing the subitem.


Documentation Feedback