When user selected an item in the tree view control, How could I get the count of child items attarched to the item which user selected?


HTREEITEM hUserSelectItem = m_TreeCtrl.GetSelectdItem();



What's the next step?!


HTREEITEM contained the child information of an item?!


By the way, where can I look for about the information of HTREEITEM ?!

( On-lin Help??? Oh.......poor)