FirstNode

heapPtr LastNode(heapPtr pList)

Returns a pointer to the last node in the given list.

See Also: PrevNode, FirstNode, NextNode