Win32API Question:
Download Job Interview Questions and Answers 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.
This causes WinMain to drop out of message loop and exit
the runing application.
Download Win32API Interview Questions And Answers
PDF
Previous Question | Next Question |
What is preemption and context switching? | Write About send message and post message? |