Share via


TreeView_GetChild

This macro 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.

HTREEITEM TreeView_GetChild( 
hwnd, 
hitem );

Parameters

  • hwnd
    Handle to the tree view control.
  • hitem
    Handle to a tree view item.

Return Values

The handle to the item indicates success. NULL indicates failure.

Remarks

Related message: TVM_GETNEXTITEM

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Commctrl.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

TreeView_GetNextItem, TreeView_GetNextSibling, TreeView_GetParent, TreeView_GetPrevSibling

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.