Answers

Question and Answer:

  Home  Win32API

⟩ what Message displayed when a window is destroyed?

WM_QUIT message in the program message queue is posted.

This causes WinMain to drop out of message loop and exit

the runing application.

 154 views

More Questions for you: