MFC
Expand Minimize
2 out of 15 rated this helpful - Rate this topic

CTreeCtrl::GetItem 

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.

Nonzero if successful; otherwise 0.

See the example for CTreeCtrl::DeleteItem.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.