HDM_DELETEITEM (Windows CE 5.0)
This message deletes an item from a header control. You can send this message explicitly or use the Header_DeleteItem macro.
HDM_DELETEITEMwParam = (WPARAM)(int)index;lParam= 0;
Parameters
- index
Index of the item to delete. - lParam
Not used.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Header Controls Messages | Header_DeleteItem | HDM_INSERTITEM
Send Feedback on this topic to the authors