Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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