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 T - Z
                                              Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  Map Entry                    Function Prototype
 
  ON_WM_TIMECHANGE( )          afx_msg void OnTimeChange( );
 
  ON_WM_TIMER( )               afx_msg void OnTimer( UINT );
 
  ON_WM_VKEYTOITEM( )          afx_msg int OnVKeyToItem( UINT, CWnd*, UINT
                               );
 
  ON_WM_VSCROLL( )             afx_msg void OnVScroll( UINT, UINT, CWnd*
                               );
 
  ON_WM_VSCROLLCLIPBOARD( )    afx_msg void OnVScrollClipboard( CWnd*,
                               UINT, UINT );
 
  ON_WM_WINDOWPOSCHANGED( )    afx_msg void OnWindowPosChanged( WINDOWPOS
                               FAR* ); (Windows 3.1 only)
 
  ON_WM_WINDOWPOSCHANGING( )   afx_msg void OnWindowPosChanging( WINDOWPOS
                               FAR* ); (Windows 3.1 only)
 
  ON_WM_WININICHANGE( )        afx_msg void OnWinIniChange( LPSTR );
 
 
                                     -♦-