Win32API Question:

Download Job Interview Questions and Answers PDF

what Message displayed when a window is destroyed?

Win32API Interview Question
Win32API Interview Question

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?