home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16216.TXT < prev    next >
Encoding:
Text File  |  1993-11-24  |  394 b   |  8 lines

  1. Use the function set_terminate() to replace or restore the
  2. system-defined exception handler terminate().  The argument of
  3. set_terminate() must be a pointer to an appropriate function.  The
  4. return value of set_terminate() is a pointer to the terminate
  5. function that was in effect when set_terminate() was called.  You
  6. can use the return value to restore the previous terminator
  7. function.
  8.