Messages de WM_ : s
Les entrées de mappage suivantes correspondent à des prototypes de fonction.
Entrée de mappage |
Prototype de fonction |
---|---|
ON_WM_SETCURSOR () |
BOOL OnSetCursor(CWnd*, UINT, UINT) d'afx_msg ; |
ON_WM_SETFOCUS () |
afx_msg OnSetFocusvoid (CWnd*) ; |
ON_WM_SETTINGCHANGE () |
afx_msg OnSettingChangevoid (uFlags d'UINT, lpszSection de LPCTSTR) ; |
ON_WM_SHOWWINDOW () |
afx_msg OnShowWindowvoid (BOOL, UINT) ; |
ON_WM_SIZE () |
afx_msg OnSizevoid (UINT, int, int) ; |
ON_WM_SIZECLIPBOARD () |
afx_msg OnSizeClipboardvoid (CWnd*, HANDLE) ; |
ON_WM_SIZING () |
afx_msg OnSizingvoid (UINT, LPRECT) ; |
ON_WM_SPOOLERSTATUS () |
afx_msg OnSpoolerStatusvoid (UINT, UINT) ; |
ON_WM_STYLECHANGED () |
afx_msg OnStyleChangedvoid (int, LPSTYLESTRUCT) ; |
ON_WM_STYLECHANGING () |
afx_msg OnStyleChangingvoid (int, LPSTYLESTRUCT) ; |
ON_WM_SYSCHAR () |
afx_msg OnSysCharvoid (UINT, UINT, UINT) ; |
ON_WM_SYSCOLORCHANGE () |
afx_msg OnSysColorChangevoid () ; |
ON_WM_SYSCOMMAND () |
afx_msg OnSysCommandvoid (UINT, LONGS) ; |
ON_WM_SYSDEADCHAR () |
afx_msg OnSysDeadCharvoid (UINT, UINT, UINT) ; |
ON_WM_SYSKEYDOWN () |
afx_msg OnSysKeyDownvoid (UINT, UINT, UINT) ; |
ON_WM_SYSKEYUP () |
afx_msg OnSysKeyUpvoid (UINT, UINT, UINT) ; |