.. NextNode

.. default - domain::js

.. include:: /includes/standard.rst

=================
NextNode (Kernel)
=================

.. function:: NextNode(pNode)

	
	Returns a pointer to the node after the given node in a list. It returns NULL is there isn't one.
	
	:param k_node pNode: The list node.
	:returns: A pointer to the next node.
	
	See also: :func:`PrevNode`.


