Mensagens WM_: S
As entradas de MAP a seguir correspondem a protótipos de função.
Mapeie a entrada |
Protótipo de função |
---|---|
(ON_WM_SETCURSOR) |
afx_msg BOOL OnSetCursor(CWnd *, UINT, UINT); |
(ON_WM_SETFOCUS) |
void afx_msg OnSetFocus(CWnd *); |
(ON_WM_SETTINGCHANGE) |
void afx_msg OnSettingChange(UINT uFlags, LPCTSTR lpszSection); |
(ON_WM_SHOWWINDOW) |
void afx_msg OnShowWindow(BOOL, UINT); |
(ON_WM_SIZE) |
void afx_msg OnSize(UINT, int, int); |
(ON_WM_SIZECLIPBOARD) |
void afx_msg OnSizeClipboard(CWnd *, HANDLE); |
(ON_WM_SIZING) |
void afx_msg OnSizing(UINT, LPRECT); |
(ON_WM_SPOOLERSTATUS) |
void afx_msg OnSpoolerStatus(UINT, UINT); |
(ON_WM_STYLECHANGED) |
void afx_msg OnStyleChanged(int, LPSTYLESTRUCT); |
(ON_WM_STYLECHANGING) |
void afx_msg OnStyleChanging(int, LPSTYLESTRUCT); |
(ON_WM_SYSCHAR) |
void afx_msg OnSysChar(UINT, UINT, UINT); |
(ON_WM_SYSCOLORCHANGE) |
void afx_msg OnSysColorChange( ); |
(ON_WM_SYSCOMMAND) |
void afx_msg OnSysCommand(UINT, LONGA); |
(ON_WM_SYSDEADCHAR) |
void afx_msg OnSysDeadChar(UINT, UINT, UINT); |
(ON_WM_SYSKEYDOWN) |
void afx_msg OnSysKeyDown(UINT, UINT, UINT); |
(ON_WM_SYSKEYUP) |
void afx_msg OnSysKeyUp(UINT, UINT, UINT); |