LVN_DELETEITEMLVN_DELETEITEM*
*Contents  *Index  *Topic Contents
*Previous Topic: LVN_DELETEALLITEMS
*Next Topic: LVN_ENDLABELEDIT

LVN_DELETEITEM


LVN_DELETEITEM 
    pnmv = (LPNMLISTVIEW) lParam; 

Notifies a list view control's parent window that an item is about to be deleted. This notification message is sent in the form of a WM_NOTIFY message.

pnmv
Address of an NMLISTVIEW structure. The iItem member identifies the item being deleted. All other members of this structure are zero.

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