In C, IVEFatalHandler is the prototype for the callback routine registered with IVESetFatalHandler. Such a routine is called when IVEReportFatal is called. It is expected that the routine does not return.
typedef void (*IVEFatalHandler)(const char* message, size_t length)
IVESetFatalHandler, IVEGetFatalHandler, and IVEReportFatal
| categories | alphabetical |
modified May 7, 2002
Eric Branlund (eric@msg.ucsf.edu)