Synopsis
(macro) int otm_FindObject(long option, OTM_TREE *tree, void *object)
Purpose
Find an object in an object tree.
Description
This function will return a non-zero value if the specified object is found in the specified tree. If the object is not found a zero will be returned.
Input
option
Options (not used)
tree
Tree pointer
object
Object pointer
Return
Zero for not found or non-zero for found