This message removes all strings from a list box and frees any memory allocated for those strings.
| Parameter | Description |
| wParam | Is not used. | |
| lParam | Is not used. |
If the list box was created with an owner-draw style but without the LBS_HASSTRINGS style, the owner of the list box receives a WM_DELETEITEM message for each item in the list box.