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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top