what Message displayed when a window is destroyed

Answers were Sorted based on User's Feedback



what Message displayed when a window is destroyed..

Answer / guest

WM_DESTROY

Is This Answer Correct ?    6 Yes 0 No

what Message displayed when a window is destroyed..

Answer / ali saida shaik

In WM_DESTROY MEssage we r Using the PostQuitMessage(0)
Function This Function Quit the UINT message is set to 0.if
we will give any message in WM_DESTROY it will be show.

Is This Answer Correct ?    3 Yes 0 No

what Message displayed when a window is destroyed..

Answer / cheruku raghu

WM_QUIT message in the programme message queue is posted.
This causes WinMain to drop out of message loop and exit
the runing application.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Win32API Interview Questions

In win32 application if defining a variable of CString then it gives the error "CString:Undeclared identifier" how to solve the problem? What headerfile need to include??

2 Answers  


What Message to limit the size of window?

0 Answers  


what is the function to repaint a window immediately?

2 Answers  


what is use of the createWindow object

4 Answers   HCL,


describe process of creating a new class of windows ??

1 Answers  






In Win32 application can we use CString datatype?

4 Answers  


How to load Bitmap at Dialogbakground in an MFC application?

1 Answers   SunSoft Technologies,


to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.

0 Answers  


what Message displayed when a window is destroyed

3 Answers  


explain WM_PAINT message ?????

0 Answers  


java is pure object oriented programming language why?

3 Answers   HCL,


Message to limit the size of window

3 Answers  


Categories