TVM_INSERTITEMTVM_INSERTITEM*
*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.

lpis
Address of a TVINSERTSTRUCT structure that specifies the attributes of the tree view item.

See also TVN_ENDLABELEDIT


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.