225 B
225 B
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.