Reputation: 1312
I have defined a winproc message handler like so
WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
Is there a nice utility function to convert uMsg codes to text? I need it for debugging. I can not seem to find it with google on msdn. I could code it myself but it should exists already...
Thanks.
Upvotes: 2
Views: 344