Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArray1_Attach ( kArray1  array,
void *  items,
kType  itemType,
kSize  length 
)

Attaches the array to an external item buffer.

Attached item buffers are not freed when the array is destroyed.

Parameters
arrayArray object.
itemsExternal item buffer.
itemTypeType of array element.
lengthLength of array.
Returns
Operation status.