Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kSize kMeasureItems ( kType  type,
const void *  items,
kSize  count 
)

Calculates the total size, in bytes, of a generic array of items.

Calls kObject_Size for each object. Value types are ignored. Does not include the size of the array itself.

Parameters
typeItem type.
itemsArray of items.
countCount of items.
Returns
Operation status.