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 F - K
◄Up► ◄Contents► ◄Index► ◄Back►
──Microsoft Foundation Classes──────────────────────────────────────────────
Map Entry Function Prototype
ON_WM_FONTCHANGE( ) afx_msg void OnFontChange( );
ON_WM_GETDLGCODE( ) afx_msg UINT OnGetDlgCode( );
ON_WM_GETMINMAXINFO( ) afx_msg void OnGetMinMaxInfo( LPPOINT );
ON_WM_HSCROLL( ) afx_msg void OnHScroll( UINT, UINT, CWnd*
);
ON_WM_HSCROLLCLIPBOARD( ) afx_msg void OnHScrollClipboard( CWnd*,
UINT, UINT );
ON_WM_ICONERASEBKGND( ) afx_msg void OnIconEraseBkgnd( CDC * );
ON_WM_INITMENU( ) afx_msg void OnInitMenu( CMenu * );
ON_WM_INITMENUPOPUP( ) afx_msg void OnInitMenuPopup( CMenu *, UINT,
BOOL );
ON_WM_KEYDOWN( ) afx_msg void OnKeyDown( UINT, UINT, UINT );
ON_WM_KEYUP( ) afx_msg void OnKeyUp( UINT, UINT, UINT );
ON_WM_KILLFOCUS( ) afx_msg void OnKillFocus( CWnd* );
-♦-