heapPtr FindKey(heapPtr pList, number key)
Finds the node with the specified key in pList and returns it. It returns NULL if no node matches it.
see also: AddAfter, AddToFront, AddToEnd, DeleteKey