TreeView_InsertItem (Compact 2013)
3/28/2014
This macro inserts a new item in a tree-view control. You can use this macro or send the TVM_INSERTITEM message explicitly.
Syntax
HTREEITEM TreeView_InsertItem(
hwnd,
lpis
);
Parameters
- hwnd
Handle to the tree view control.
- lpis
Long pointer to a TV_INSERTSTRUCT structure that specifies the attributes of the tree view item.
Return Value
The handle to the new item indicates success. NULL indicates failure.
Requirements
Header |
commctrl.h |