Compartir a través de


Mensajes de WM_: s

Las entradas de mapa siguiente corresponden a los prototipos de función.

Entrada de asignación

Prototipo de función

ON_WM_SETCURSOR ()

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

ON_WM_SETFOCUS ()

afx_msg OnSetFocusvacío (CWnd*);

ON_WM_SETTINGCHANGE ()

afx_msg OnSettingChangevacío (uFlags de UINT, lpszSection de LPCTSTR);

ON_WM_SHOWWINDOW ()

afx_msg OnShowWindowvacío (BOOL, UINT);

ON_WM_SIZE ()

afx_msg OnSizevacío (UINT, int, int);

ON_WM_SIZECLIPBOARD ()

afx_msg OnSizeClipboardvacío (CWnd*, IDENTIFIER);

ON_WM_SIZING ()

afx_msg OnSizingvacío (UINT, LPRECT);

ON_WM_SPOOLERSTATUS ()

afx_msg OnSpoolerStatusvacío (UINT, UINT);

ON_WM_STYLECHANGED ()

afx_msg OnStyleChangedvacío (int, LPSTYLESTRUCT);

ON_WM_STYLECHANGING ()

afx_msg OnStyleChangingvacío (int, LPSTYLESTRUCT);

ON_WM_SYSCHAR ()

afx_msg OnSysCharvacío (UINT, UINT, UINT);

ON_WM_SYSCOLORCHANGE ()

afx_msg OnSysColorChangevacío ();

ON_WM_SYSCOMMAND ()

afx_msg OnSysCommandvacío (UINT, LONG);

ON_WM_SYSDEADCHAR ()

afx_msg OnSysDeadCharvacío (UINT, UINT, UINT);

ON_WM_SYSKEYDOWN ()

afx_msg OnSysKeyDownvacío (UINT, UINT, UINT);

ON_WM_SYSKEYUP ()

afx_msg OnSysKeyUpvacío (UINT, UINT, UINT);

Vea también

Referencia

Mapas de mensajes MFC)

Controladores de los mensajes de WM_