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

describe process of creating a new class of windows ??

1 Answers  


System call executable binary file into a process

2 Answers  


what is the function to repaint a window immediately?

2 Answers  


explain WM_PAINT message ?????

0 Answers  


What is an Hash Mapping in java?

0 Answers   Cisco, Syntel,


java is pure object oriented programming language why?

3 Answers   HCL,


In Win32 application can we use CString datatype?

4 Answers  


write About send message and post message

4 Answers  


What is GDI object?

0 Answers  


How will we unable and disable services in win 7 ?

2 Answers   McAfee, Microsoft,


What is System call executable binary file into a process?

0 Answers  


What is preemption ? context switching ?

3 Answers  


Categories