Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArray2_SetItem ( kArray2  array,
kSize  index0,
kSize  index1,
const void *  item 
)

Sets the value of an item.

Parameters
arrayArray object.
index0First dimension index.
index1Second dimension index.
itemPointer to item that will be copied (by value) into the array.
Returns
Operation status.