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

Finds the value associated with the given key.

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