Find
Searches for a node in a tree by sample.
CTreeNode* Find( CTreeNode* node // node )
Parameters
node
[in] Node that contains data used as a search sample.
Return Value
Pointer of the found node or NULL.