Gestori di messaggi di WM_: F INTERACTIVE - K
Le seguenti voci della mappa a sinistra corrispondono ai prototipi di funzione a destra:
Voce di mapping |
Prototipo di funzione |
---|---|
ON_WM_FONTCHANGE () |
afx_msg OnFontChangevoid (); |
ON_WM_GETDLGCODE () |
afx_msg UINT OnGetDlgCode(); |
ON_WM_GETMINMAXINFO () |
afx_msg OnGetMinMaxInfovoid (LPPOINT); |
ON_WM_HELPINFO () |
BOOL OnHelpInfo(HELPINFO*) del afx_msg; |
ON_WM_HOTKEY () |
afx_msg OnHotKeyvoid (UINT, UINT, UINT); |
ON_WM_HSCROLL () |
afx_msg OnHScrollvoid (UINT, UINT, CWnd*); |
ON_WM_HSCROLLCLIPBOARD () |
afx_msg OnHScrollClipboardvoid (CWnd*, UINT, UINT); |
ON_WM_ICONERASEBKGND () |
afx_msg OnIconEraseBkgndvoid (CDC*); |
ON_WM_INITMENU () |
afx_msg OnInitMenuvoid (CMenu*); |
ON_WM_INITMENUPOPUP () |
afx_msg OnInitMenuPopupvoid (CMenu*, UINT, BOOL); |
ON_WM_INPUT () |
afx_msg OnRawInputvoid (UINT, HRAWINPUT); |
ON_WM_INPUT_DEVICE_CHANGE () |
afx_msg OnInputDeviceChangevoid (valore short senza segno); |
ON_WM_INPUTLANGCHANGE () |
afx_msg OnInputLangChangevoid (BYTE, UINT); |
ON_WM_INPUTLANGCHANGEREQUEST () |
afx_msg OnInputLangChangeRequestvoid (UINT, HKL); |
ON_WM_KEYDOWN () |
afx_msg OnKeyDownvoid (UINT, UINT, UINT); |
ON_WM_KEYUP () |
afx_msg OnKeyUpvoid (UINT, UINT, UINT); |
ON_WM_KILLFOCUS () |
afx_msg OnKillFocusvoid (CWnd*); |