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 |
How we can findout Memoryleaks, In what way it can be avoided
What are the special requirements for dialog box resources used in a form view?
What is the range of intensity of RGB
What is the difference between ASSERT and VERIFY?
What is the command routing in MFC framework?
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
What function is used to retrieve the currently selected index in a list box?
1)How to change the size of a button at run time ?
What is serialization ?which function is responsible for serializing data ?
What is #progma and where it is used?
I want recent paper pattern for HP company?
Can you explaing the relashionship between document,frame and view ?