Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between GetMessage and PeekMessage ?

Answers were Sorted based on User's Feedback



What is the difference between GetMessage and PeekMessage ? ..

Answer / girish tryambake

The major difference between the two is that GetMessage()
doesn't return until it finds a message to retrieve from the
Application Queue, this allows us to free up precious CPU
usage for other programs to use. PeekMessage() returns
immediately weather there are any messages or not, this
allows us to utilize the time between messages, for example
to render a 3D scene.

Is This Answer Correct ?    29 Yes 4 No

What is the difference between GetMessage and PeekMessage ? ..

Answer / sandeep

GetMessage essentially waits for any message to be placed in
the queue
before it returns. On other hadn, PeekMessage function does
not wait.
That means GetMessage can block until the message appears in
the queue.

Is This Answer Correct ?    21 Yes 1 No

What is the difference between GetMessage and PeekMessage ? ..

Answer / amol lande

GetMessage:
a. It retrieves the message from the calling thread's message queue.
b. It blocks until it gets a message or an error occurs.
c. It can filter message as per specified filter.
PeekMessage:
a. It checks for the message in the calling thread's message queue and it retrieves the message if any present.
b. As specified in the argument, it may or may not removes the message from message queue.
c. It returns immediately if there is no message found in the message queue.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More MFC Interview Questions

1)To Remove WS_MINIMIZEBOX in a Frame ?

1 Answers  


what if we provide two message handler for same message ?

1 Answers  


what is the use of CCmdTarget?

4 Answers   Siemens,


How can i change the color of a dropdowncombobox elements

2 Answers  


What is the command routing in MFC framework?

3 Answers  


Explain about MDI and CMultiDocTemplate ?

2 Answers  


1)How to load an icon on a button as Dynamically ?

1 Answers   HCL,


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


How you find memory leaks?

4 Answers   ABB,


1)set the Title for The File DialogBox, in MFC?

1 Answers  


What is the difference between the SDI and MDI

3 Answers   Invensys,


Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.

3 Answers   ABC, HCL, Infosys,


Categories