◄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 ); -♦-