Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kListItem kList_FindIndex ( kList  list,
kSize  index 
)

Finds a reference to the list item at the specified index.

This method requires a linear search through the list.

Parameters
listList object.
indexList item index.
Returns
List item at index (or kNULL if index is beyond Count).