Win32API Question: Download Win32API PDF

what Message displayed when a window is destroyed?

Tweet Share WhatsApp

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 PDF Read All 20 Win32API Questions
Previous QuestionNext Question
What is preemption and context switching?Write About send message and post message?