TVM_INSERTITEM (Windows CE 5.0)

Send Feedback

This message inserts a new item in a tree view control. You can send this message explicitly or by using the TreeView_InsertItem macro.

TVM_INSERTITEMwParam = 0;lParam= (LPARAM)(LPTV_INSERTSTRUCT)lpis;

Parameters

  • lpis
    Long pointer to a TV_INSERTSTRUCT structure that specifies the attributes of the tree view item.

Return Values

The handle to the new item indicates success. NULL indicates otherwise.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TreeView_InsertItem | TV_INSERTSTRUCT | TVN_ENDLABELEDIT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.