I want to do something on every change of selection-set in a multi-select CListCtrl. I am handling the LVN_ITEMCHANGED notification but I get multiple LVN_ITEMCAHNGED notifications. I have been able to get help from the documentation. Which member of the NM_LISTVIEW do I need to use to filter amongst the multiple messages? Or is there another way to determine the selection change once?

Thanks in advance.