In C, IVEWarningHandler is the prototype for the callback routine registered with IVESetWarningHandler. Such a routine is called when IVEReportWarning is called.
typedef void (*IVEWarningHandler)(const char* message, size_t length)
IVESetWarningHandler, IVEGetWarningHandler, and IVEReportWarning
| categories | alphabetical |
modified May 7, 2002
Eric Branlund (eric@msg.ucsf.edu)