Programy obsługi komunikatów WM_: L - M
Następujące wpisy mapy po lewej stronie odpowiadają prototypów funkcji po prawej stronie:
Wpis mapy |
Prototyp funkcji |
---|---|
ON_WM_LBUTTONDBLCLK() |
afx_msg void OnLButtonDblClk(UINT, wiązania dla); |
ON_WM_LBUTTONDOWN() |
afx_msg void OnLButtonDown(UINT, wiązania dla); |
ON_WM_LBUTTONUP() |
afx_msg void OnLButtonUp(UINT, wiązania dla); |
ON_WM_MBUTTONDBLCLK() |
afx_msg void OnMButtonDblClk(UINT, wiązania dla); |
ON_WM_MBUTTONDOWN() |
afx_msg void OnMButtonDown(UINT, wiązania dla); |
ON_WM_MBUTTONUP() |
afx_msg void OnMButtonUp(UINT, wiązania dla); |
ON_WM_MDIACTIVATE() |
afx_msg void OnMDIActivate(wartość logiczna, CWnd *, CWnd *); |
ON_WM_MEASUREITEM() |
afx_msg void OnMeasureItem(LPMEASUREITEMSTRUCT); |
ON_WM_MENUCHAR() |
afx_msg LONG OnMenuChar(UINT, UINT, CMenu *); |
ON_WM_MENUDRAG() |
afx_msg UINT OnMenuDrag(UINT, CMenu *); |
ON_WM_MENUGETOBJECT() |
afx_msg UINT OnMenuGetObject(MENUGETOBJECTINFO *); |
ON_WM_MENURBUTTONUP() |
afx_msg void OnMenuRButtonUp(UINT, CMenu *); |
ON_WM_MENUSELECT() |
afx_msg void OnMenuSelect(UINT, UINT, HMENU); |
ON_WM_MOUSEACTIVATE() |
afx_msg int OnMouseActivate(CWnd *, UINT, UINT); |
ON_WM_MOUSEHOVER() |
afx_msg void OnMouseHover(UINT, wiązania dla); |
ON_WM_MOUSEHWHEEL() |
afx_msg void OnMouseHWheel(UINT, krótkie, wiązania dla); |
ON_WM_MOUSELEAVE() |
afx_msg void OnMouseLeave(); |
ON_WM_MOUSEMOVE() |
afx_msg void OnMouseMove(UINT, wiązania dla); |
ON_WM_MOUSEWHEEL() |
wartość logiczna afx_msg OnMouseWheel(UINT, krótkie, wiązania dla); |
ON_WM_MOVE() |
afx_msg void OnMove(int, int); |
ON_WM_MOVING() |
afx_msg void OnMoving(UINT, LPRECT); |