Find

트리에서 노드를 샘플별로 검색합니다.

CTreeNode*  Find(
   CTreeNode*  node      // 노드
   )

Parameters

node

[in]  검색 샘플로 사용되는 데이터가 포함된 노드.

Return Value

발견된 노드 또는 NULL의 포인터.