Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArrayList_Import ( kArrayList  list,
const void *  items,
kType  itemType,
kSize  count 
)

Copies the specified items into the list, replacing existing contents.

The list count is set to the value of the count argument.

Parameters
listList object.
itemsItem buffer.
itemTypeType of list element.
countCount of list items.
Returns
Operation status.