On 2015-06-23 23:51, Nikolay Sivov wrote:
What's a reason for having it declared like that:
--
- HRESULT OnTranslateMessage([in] const struct tagMSG *pMsg);
Why not use MSG*?
Hmm I thought the compiler was complaining about not knowing MSG, but I must have imagined that, it's building fine now. I don't think it really makes a difference, but I can resend with that fixed in both files if you think it's cleaner.
Thanks, Thomas