TVN_DELETEITEM

This notification message notifies a tree view controls parent window that an item has been deleted. It is sent in the form of a WM_NOTIFY message.

TVN_DELETEITEM pnmtv = (NM_TREEVIEW FAR *) lParam

Parameters

  • pnmtv
    Pointer to an NMTREEVIEW structure. The itemOld member is a TVITEM structure whose hItem and lParam members contain valid information about the item being deleted.

Return Values

The return value is ignored.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Commctrl.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

NM_TREEVIEW, TV_ITEM, TVM_DELETEITEM, WM_NOTIFY

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.