|
Zen API
|
| kStatus kArrayList_Attach | ( | kArrayList | list, |
| void * | items, | ||
| kType | itemType, | ||
| kSize | capacity | ||
| ) |
Attaches the list object to an external buffer.
The list count is set to the same value as the list capacity argument.
| list | List object. |
| items | Item buffer. |
| itemType | Type of list element. |
| capacity | List capacity. |