Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Handlers for WM_ Messages: Functions D - E
                                              Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  Map Entry                   Function Prototype
 
  ON_WM_DEADCHAR( )           afx_msg void OnDeadChar( UINT, UINT, UINT
                              );
 
  ON_WM_DELETEITEM( )         afx_msg void OnDeleteItem(
                              LPDELETEITEMSTRUCT );
 
  ON_WM_DESTROY( )            afx_msg void OnDestroy( );
 
  ON_WM_DESTROYCLIPBOARD( )   afx_msg void OnDestroyClipboard( );
 
  ON_WM_DEVMODECHANGE( )      afx_msg void OnDevModeChange( LPSTR );
 
  ON_WM_DRAWCLIPBOARD( )      afx_msg void OnDrawClipboard( );
 
  ON_WM_DRAWITEM( )           afx_msg void OnDrawItem( LPDRAWITEMSTRUCT
                              );
 
  ON_WM_DROPFILES()           afx_msg void OnDropFiles( HANDLE ); (Windows
                              3.1 only)
 
  ON_WM_ENABLE( )             afx_msg void OnEnable( BOOL );
 
  ON_WM_ENDSESSION( )         afx_msg void OnEndSession( BOOL );
 
  ON_WM_ENTERIDLE( )          afx_msg void OnEnterIdle( UINT, CWnd* );
 
  ON_WM_ERASEBKGND( )         afx_msg BOOL OnEraseBkgnd( CDC * );
 
 
                                     -♦-