If I have a message such as WM_PAINT, is there an API/function that will return the string description of that message? I want to do it in a program, not just go look it up in MSDN.
I've looked up a dozen search terms and can't seem to find anything that does it - in the PB forums and on the web. Surely there is such a thing and I'm just a bad searcher!
I'm wanting to do it outside of a callback function, if it's possible.
Maybe I'm just not using the right search terms.
I've looked up a dozen search terms and can't seem to find anything that does it - in the PB forums and on the web. Surely there is such a thing and I'm just a bad searcher!
I'm wanting to do it outside of a callback function, if it's possible.
Maybe I'm just not using the right search terms.
Comment