WM_DELETEITEM

Version 3.0

This message informs the owner of an owner-draw list box or combo box that a list-box item has been removed. This message is sent when the list box or combo box is destroyed or the item is removed by the LB_DELETESTRING, LB_RESETCONTENT, CB_DELETESTRING or CB_RESETCONTENT message.

Parameter

Description

 

wParam

Not used.

 

lParam

Contains a long pointer to a DELETEITEMSTRUCT data structure that contains information about the deleted list-box item.