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