home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16235.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  265.8 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: You can use the system-defined function, setUnexpected, to specify the function to be called for an unexpected exception. Supply a pointer to an appropriate function as the argument of setUnexpected. The return value is a pointer to the unexpected function that was in place when setUnexpected was called. This pointer can be used later to restore the previous function.