Zen API
|
|
related |
Copies the specified items into the list, replacing existing contents.
The list count is set to the value of the count argument.
A debug assertion will be raised if the size of the specified items is not equal to the size of the specified item type.
kArrayList_list | List object. |
TPtr_items | Strongly-typed pointer to items that should be imported. |
kType_itemType | Type of list element. |
kSize_count | Count of list items. |