This message inserts a new item in a tree view control. You can send this message explicitly or by using the TreeView_InsertItem macro.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Related macro: | TreeView_InsertItem |
Syntax
Parameters
lpis
Long pointer to a TVINSERTSTRUCT structure that specifies the attributes of the tree view item.
Return Values
The handle to the new item indicates success. NULL indicates otherwise.
See Also