Condividi tramite


Messaggi WM_: S

Le voci della mappa corrispondono ai prototipi di funzione.

Voce di mapping

Prototipo di funzione

ON_WM_SETCURSOR( )

BOOL OnSetCursor(CWnd*, UINT, UINT) del afx_msg;

ON_WM_SETFOCUS( )

afx_msg OnSetFocusvoid (CWnd*);

ON_WM_SETTINGCHANGE( )

afx_msg OnSettingChangevoid (uFlags UINT, lpszSection di 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 void OnSysColorChange();

ON_WM_SYSCOMMAND( )

afx_msg OnSysCommandvoid (UINT, LUNGHI);

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);

Vedere anche

Riferimenti

Mappe messaggi (MFC)

Gestori per messaggi WM_