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.
AfxTerminate
                                              Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void CDECL AfxTerminate();
 
  Remarks
 
  Called internally by Microsoft Foundation member functions when there is
  a fatal error, such as an uncaught exception. Normally, AfxTerminate
  calls AfxAbort, but you can use AfxSetTerminate to enable the calling of
  a different function.
 
  You can call AfxTerminate any time you encounter an error from which you
  cannot recover.
 
  See Also
 
  AfxAbort, AfxSetTerminate
 
 
                                     -♦-