|
Zen API
|
| 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.
| list | List object. |
| items | Item buffer. |
| itemType | Type of list element. |
| count | Count of list items. |