Difference between getmessage, postmessage & peakmessage.



Difference between getmessage, postmessage & peakmessage...

Answer / Ankur Jain

GetMessage retrieves a message from the application's message queue. PostMessage adds a message to the message queue of the specified window without waiting for it to be processed. PeakMessage allows you to peek at the next message in the message queue without removing or processing it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VC++ AllOther Interview Questions

What is the difference between the cout and cin iostream objects?

7 Answers  


Explain the significance of initapplication() in vc++.

1 Answers  


How you build a project using Developer Studio?

1 Answers  


What is odbc in vc ++?

1 Answers  


How do I uninstall visual c++?

1 Answers  


Do I need microsoft visual c++ on my computer?

1 Answers  


What is iunknown?

1 Answers  


TO start the build process in Developer Studio Which keyboard function is used ?

4 Answers  


What is the difference between Undo and Redo?

15 Answers   Google,


In which Way invoke context-sensitive help inside the editor?

1 Answers  


What is the difference between the = and == operators?

1 Answers  


Name the most commonly used wizards?

2 Answers  


Categories