문제

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