What is a message map?



What is a message map?..

Answer / midhun kallayil madhavan

Message map is dynamic function locater
It can look each function if it defined

e.g

void OnWndMessage(UINT message, WPARAM wParam, LPARAM
lParam, LRESULT *pResult)

{
// function looking MESSAGE_MAPS ((DECLARED))
// if found, CWnd::OnSize(UINT nStyle, int cx, int cy);
__thisclass.OnSize(wParam, HIWORD(lParam), LOWORD(lParam);
}
//MIDHUN KALLAYIL MADHAVAN infomidhun@gmail.com

Is This Answer Correct ?    6 Yes 3 No

Post New Answer

More MFC Interview Questions

What are the types of button controls?

10 Answers  


1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  


How can update edit control data of an executing application from other application?

3 Answers   HP,


What is the difference between Struts and JSF? Pls list some most suitable differences.

1 Answers  


What is model and modeless dialog box ? Give some examples?

2 Answers   Mphasis,


1)how to Display the File Dialog Box, in MFC ?

1 Answers  


what do you mean by psychic window?

2 Answers   Patni,


Can you explaing the relashionship between document,frame and view ?

2 Answers  


What is the difference between Synchronous sockets and asynchronous sockets?

2 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


How to setup a timer?

3 Answers   IBM,


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


Categories