Win32API Question:
Download Questions PDF

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.

Download Win32API Interview Questions And Answers PDF

Previous QuestionNext Question
What is preemption and context switching?Write About send message and post message?