Messaggi di WM_: T - Z

Le seguenti voci della mappa corrispondono ai prototipi di funzione:

Voce di mapping

Prototipo di funzione

ON_WM_TCARD ()

afx_msg OnTCardvoid (UINT, DWORD);

ON_WM_TIMECHANGE ()

afx_msg OnTimeChangevoid ();

ON_WM_TIMER ()

afx_msg OnTimervoid (UINT_PTR);

ON_WM_UNICHAR ()

afx_msg OnUniCharvoid (UINT, UINT, UINT);

ON_WM_UNINITMENUPOPUP ()

afx_msg OnUnInitMenuPopupvoid (CMenu*, UINT);

ON_WM_USERCHANGED ()

afx_msg OnUserChangedvoid ();

ON_WM_VKEYTOITEM ()

afx_msg int OnVKeyToItem(UINT, CWnd*, UINT);

ON_WM_VSCROLL ()

afx_msg OnVScrollvoid (UINT, UINT, CWnd*);

ON_WM_VSCROLLCLIPBOARD ()

afx_msg OnVScrollClipboardvoid (CWnd*, UINT, UINT);

ON_WM_WINDOWPOSCHANGED ()

afx_msg OnWindowPosChangedvoid (WINDOWPOS*);

ON_WM_WINDOWPOSCHANGING ()

afx_msg OnWindowPosChangingvoid (WINDOWPOS*);

ON_WM_WININICHANGE ()

afx_msg OnWinIniChangevoid (LPSTR);

ON_WM_WTSSESSION_CHANGE ()

afx_msg OnSessionChangevoid (UINT, UINT);

ON_WM_XBUTTONDBLCLK ()

afx_msg OnXButtonDblClkvoid (UINT, UINT, CPoint);

ON_WM_XBUTTONDOWN ()

afx_msg OnXButtonDownvoid (UINT, UINT, CPoint);

ON_WM_XBUTTONUP ()

afx_msg OnXButtonUpvoid (UINT, UINT, CPoint);

Vedere anche

Riferimenti

Mappe messaggi (MFC)

Gestori per i messaggi di WM_