Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kCopyItems ( kType  type,
kAlloc  destAlloc,
void *  dest,
kAlloc  srcAlloc,
const void *  src,
kSize  count,
kObject  context 
)

Performs a shallow copy of a generic array of items.

Values and/or object handles are copied.

Parameters
typeItem type.
destAllocDestination memory allocator.
destDestination array of items.
srcAllocSource memory allocator.
srcSource array of items.
countCount of items.
contextContext for copy operation (allocator specific; may be required by some foreign domain allocators).
Returns
Operation status.