Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
void * kList_AtIndex ( kList  list,
kSize  index 
)

Returns a pointer to the content associated with a list item at the specified index.

This method requires a linear search through the list.

Parameters
listList object.
indexItem index.
Returns
Pointer to content (or kNULL if index is beyond Count).