CTreeCtrl::GetItem
Visual Studio 2005
Call this function to retrieve the attributes of the specified tree view item.
BOOL GetItem( TVITEM* pItem ) const;
Parameters
- pItem
-
A pointer to a TVITEM structure, as described in the Platform SDK.
See the example for CTreeCtrl::DeleteItem.