what Message displayed when a window is destroyed?

Submitted by: Administrator
WM_QUIT message in the program message queue is posted.
This causes WinMain to drop out of message loop and exit
the runing application.
Submitted by: Administrator

Read Online Win32API Job Interview Questions And Answers