PrevNode

heapPtr PrevNode(heapPtr pNode)

Returns a pointer to the node before the given node in a list. It returns NULL is there isn't one.

see also: FirstNode, LastNode, NextNode