Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kMap_FindItem ( kMap  map,
const void *  key,
kMapItem item 
)

Finds the map item associated with the given key.

Parameters
mapMap object.
keyPointer to key.
itemOptionally receives map item (can be kNULL).
Returns
kOK if found; kERROR_NOT_FOUND if not found.