Contents Index Topic Contents | ||
Previous Topic: TVM_HITTEST Next Topic: TVM_SELECTITEM |
TVM_INSERTITEM
TVM_INSERTITEM wParam = 0; lParam = (LPARAM) (LPTVINSERTSTRUCT) lpis;Inserts a new item in a tree view control. You can send this message explicitly or by using the TreeView_InsertItem macro.
- Returns the handle to the new item if successful, or NULL otherwise.
- lpis
- Address of a TVINSERTSTRUCT structure that specifies the attributes of the tree view item.
See also TVN_ENDLABELEDIT
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.