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 |
What function is called by a document class to notify views that the document has been changed?
How to convert a CString variable to char* or LPTSTR?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
how can u change button shape at run time
Why Array Index starts from Zero
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
What is socket?
Does the application have more than one object? If Yes, Briefly explain.
is there any class which is not derived from Cobject
What is the size of class
how to repaint when working with horizontal scroll bar
How do you change the properties for a tree view control that is part of the CTreeView class?