NextNode

heapPtr NextNode(heapPtr pNode)

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

see also: PrevNode, FirstNode, LastNode