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 |
Name the Synchronization objects?
what is the use of AFX_MANAGE_STATE ?
How to handle dynamic menus in MFC?
how u can move CDC pointer to one line in cview?
1)How to change a text of a button in runtime?
What is LPCTSTR? What does LP denote it?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
What is CSingleDocTemplate?
What is the use of UpdateData funciton ?
Tell me the work of HTREDUCE and HTZOOM
Can you explaing the relashionship between document,frame and view ?
Have you ever used win32 APIs ?