In my RichEdit Text box the user is able to type in a link where I use SendMessage and EM_AUTOURLDETECT. When the user puts their mouse over the link and clicks on it I would like to captue that mouse position. How do I do this?

I looked in the MSDN library and found that I could use en_link but I don't understand how to do this?

Any suggestions?