NextNode (Kernel)

NextNode(pNode)

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

Parameters:pNode (k_node) – The list node.
Returns:A pointer to the next node.

See also: PrevNode().