Zen API
|
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.
array | Array object. |
items | External item buffer. |
itemType | Type of array element. |
length0 | Length of first array dimension (outermost). |
length1 | Length of second array dimension. |
length2 | Length of third array dimension (innermost). |