I have a linked list of objects that are displayed on a list control. When I double click on the row I want to be able to find the object
in my linked list from the info in the row, possibly some kind of row id that I can save in my object. Is there a standard way to do
this? I was thinking it had something to do with the lParam of the LV_ITEM structure, but I'm not sure how to use this.

Thanks in advance.