Win32API Question:
what Message displayed when a window is destroyed?
Answer:
WM_QUIT message in the program message queue is posted.
This causes WinMain to drop out of message loop and exit
the runing application.
This causes WinMain to drop out of message loop and exit
the runing application.
Previous Question | Next Question |
What is preemption and context switching? | Write About send message and post message? |