Skip to content

GetNext

GetNext

Gets the pointer of the next node.

CTreeNode*  GetNext(
   CTreeNode*  node      // node
   )

Parameters

node

[in] Node of the search start.

Return Value

Pointer of the next node.

Last updated on