TVN_DELETEITEM

The TVN_DELETEITEM notification message notifies a tree-view control's parent window that an item has been deleted. This notification message is sent in the form of a WM_NOTIFY message.

TVN_DELETEITEM

pnmtv = (NM_TREEVIEW FAR *) lParam

Parameters

pnmtv

Pointer to an NM_TREEVIEW structure. The itemOld member is a TV_ITEM structure containing valid information about the item that was deleted in the hItem and lParam members.

Return Values

No return value.

See Also

NM_TREEVIEW, TV_ITEM, WM_NOTIFY