CTreeCtrl::GetItem
Call this function to retrieve the attributes of the specified tree view item.
BOOL GetItem(
TVITEM* pItem
) const;
- pItem
A pointer to a TVITEM structure, as described in the Windows SDK.
Nonzero if successful; otherwise 0.
See the example for CTreeCtrl::DeleteItem.
Header: afxcmn.h