Question

I need some information on this type that is obviously type defined in the windows header. I really do not wish to post code up for its really to much to ask of someone to look at.

I just need some information on the MSG type, i am using this with creating a window.

I know the functionality of the command but i would like a reliable link of documentation for reliable facts.

Bonus question: When compiling an application does the compiler compile typedefs as their definitions or does the application itself reference that definition?

The first question is more important then the second. Thanks

Was it helpful?

Solution

Why do you need information about it? You fill the structure in one function, and then call some other functions with it in the message loop.

If you must know: MSDN: MSG Structure

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top