TIFFErrorSection: Misc. Reference Manual Pages (3T)Updated: October 15, 1995 |
TIFFErrorSection: Misc. Reference Manual Pages (3T)Updated: October 15, 1995 |
#include <stdarg.h>
typedef void (*TIFFErrorHandler)(const char* module, const char* fmt, va_list ap);
TIFFErrorHandler TIFFSetErrorHandler(TIFFErrorHandler handler);
Applications that desire to capture control in the event of an error should use TIFFSetErrorHandler to override the default error handler. A NULL (0) error handling function may be installed to suppress error messages.