Messaggi WM _: S

Voce della mappa Prototipo di funzione
ON_WM_SETCURSOR) bOOL afx_msg OnSetCursor(CWnd, UINT, UINT);
ON_WM_SETFOCUS) afx_msg void OnSetFocus(CWnd *);
ON_WM_SHOWWINDOW) afx_msg public static void OnShowWindow(BOOL, UINT);
ON_WM_SIZE) afx_msg public static void OnSize(UINT, int, int);
ON_WM_SIZECLIPBOARD) afx_msg public static void OnSizeClipboard(CWnd, HANDLE);
ON_WM_SIZING) afx_msg public static void OnSizing(UINT, LPRECT);
ON_WM_SPOOLERSTATUS) afx_msg public static void OnSpoolerStatus(UINT, UINT);
ON_WM_STYLECHANGED) afx_msg void OnStyleChanged(int, LPSTYLESTRUCT);
ON_WM_STYLECHANGING) afx_msg public static void OnStyleChanging(int, LPSTYLESTRUCT);
ON_WM_SYSCHAR) afx_msg public static void OnSysChar(UINT, UINT, UINT);
ON_WM_SYSCOLORCHANGE) afx_msg void OnSysColorChange);
ON_WM_SYSCOMMAND) afx_msg public static void OnSysCommand(UINT, LONG);
ON_WM_SYSDEADCHAR) afx_msg public static void OnSysDeadChar(UINT, UINT, UINT);
ON_WM_SYSKEYDOWN) afx_msg public static void OnSysKeyDown(UINT, UINT, UINT);
ON_WM_SYSKEYUP) afx_msg public static void OnSysKeyUp(UINT, UINT, UINT);

Index