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

  1. You can use the system-defined function set_unexpected() to
  2. specify the function to be called for an unexpected exception.
  3. Supply a pointer to an appropriate function as the argument of
  4. set_unexpected().  The return value is a pointer to the unexpected
  5. function that was in place when set_unexpected() was called.  This
  6. pointer can be used later to restore the previous function.
  7.