Contents Index Topic Contents | ||
Previous Topic: TreeView_GetBkColor Next Topic: TreeView_GetCount |
TreeView_GetChild
HTREEITEM TreeView_GetChild( HWND hwndTV, HTREEITEM hitem, );Retrieves the first child item of the specified tree view item. You can use this macro, or you can explicitly send the TVM_GETNEXTITEM message with the TVGN_CHILD flag.
- Returns the handle to the item if successful, or NULL otherwise.
- hwndTV
- Handle to the tree view control.
- hitem
- Handle to a tree view item.
See also TreeView_GetNextItem, TreeView_GetNextSibling, TreeView_GetParent, TreeView_GetPrevSibling
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.