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

Reports whether any objects in the specified array reference memory in a foreign address space.

Calls kObject_HasForeignData for each object. Value types are ignored.

Parameters
typeItem type.
itemsArray of items.
countCount of items.
Returns
kTRUE if any object references foreign memory.