Gestori di messaggi WM_: D - E
Le voci della mappa a sinistra corrispondono ai prototipi di funzione sulla destra:
Voce di mapping |
Prototipo di funzione |
---|---|
ON_WM_DEADCHAR() |
afx_msg OnDeadCharvoid (UINT, UINT, UINT); |
ON_WM_DELETEITEM() |
afx_msg OnDeleteItemvoid (LPDELETEITEMSTRUCT); |
ON_WM_DESTROY() |
afx_msg void OnDestroy(); |
ON_WM_DESTROYCLIPBOARD() |
afx_msg void OnDestroyClipboard(); |
ON_WM_DEVICECHANGE() |
afx_msg OnDeviceChangevoid (UINT, DWORD); |
ON_WM_DEVMODECHANGE() |
afx_msg OnDevModeChangevoid (LPSTR); |
ON_WM_DRAWCLIPBOARD() |
afx_msg void OnDrawClipboard(); |
ON_WM_DRAWITEM() |
afx_msg OnDrawItemvoid (LPDRAWITEMSTRUCT); |
ON_WM_DROPFILES() |
afx_msg OnDropFilesvoid (HDROP); |
ON_WM_DWMCOLORIZATIONCOLORCHANGED() |
afx_msg OnColorizationColorChangedvoid (DWORD, BOOL); |
ON_WM_DWMCOMPOSITIONCHANGED() |
afx_msg void OnCompositionChanged(); |
ON_WM_DWMNCRENDERINGCHANGED() |
afx_msg OnNcRenderingChangedvoid (BOOL); |
ON_WM_DWMWINDOWMAXIMIZEDCHANGE() |
afx_msg OnWindowMaximizedChangedvoid (BOOL); |
ON_WM_ENABLE() |
afx_msg OnEnablevoid (BOOL); |
ON_WM_ENDSESSION() |
afx_msg OnEndSessionvoid (BOOL); |
ON_WM_ENTERIDLE() |
afx_msg OnEnterIdlevoid (UINT, CWnd*); |
ON_WM_ENTERSIZEMOVE() |
afx_msg void OnEnterSizeMove(); |
ON_WM_ERASEBKGND() |
BOOL OnEraseBkgnd(CDC*) del afx_msg; |
ON_WM_EXITSIZEMOVE() |
afx_msg void OnExitSizeMove(); |