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 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

Name the Synchronization objects?

2 Answers  


what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


How to handle dynamic menus in MFC?

3 Answers   HCL,


how u can move CDC pointer to one line in cview?

2 Answers  


1)How to change a text of a button in runtime?

2 Answers  


What is LPCTSTR? What does LP denote it?

4 Answers  


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


What is CSingleDocTemplate?

1 Answers  


What is the use of UpdateData funciton ?

7 Answers  


Tell me the work of HTREDUCE and HTZOOM

1 Answers   E Logic,


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

2 Answers  


Have you ever used win32 APIs ?

4 Answers   Microsoft,


Categories