Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
User-Defined Handlers
                                              Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  Map Entry                              Function Prototype
 
  ON_MESSAGE( <message>, <memberFxn> )   afx_msg LONG memberFxn( UINT,
                                         LONG );
 
  ON_REGISTERED_MESSAGE( <nMessageVariable>, <memberFxn> )
                                         afx_msg LONG memberFxn(  UINT,
                                         LONG  );
 
 
                                     -♦-