PrevNode (Kernel)¶
-
PrevNode(node)¶ Returns a pointer to the node before 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 previous node. See also:
NextNode().
PrevNode(node)¶Returns a pointer to the node before 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 previous node. |
See also: NextNode().