Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArray3_Attach ( kArray3  array,
void *  items,
kType  itemType,
kSize  length0,
kSize  length1,
kSize  length2 
)

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.
length0Length of first array dimension (outermost).
length1Length of second array dimension.
length2Length of third array dimension (innermost).
Returns
Operation status.