how a GetMessage function is getting arguments?

Feb 8, 2015 at 3:53am
say for example WM_QUIT message, in what form(value) get message receives the msg parameter ?how it returns -1 or 0 or 1?
Feb 8, 2015 at 10:30pm
It's in the wParam of the msg struct.
Last edited on Feb 8, 2015 at 10:31pm
Topic archived. No new replies allowed.