afSetErrorHandler - install a custom error handling routine
Contents
Description
afSetErrorHandler allows the user to install an error handling function overriding the default function.
Name
afSetErrorHandler - install a custom error handling routine
Parameters
errorFunction is a pointer to an error handling function.
Return Value
The value returned from afSetErrorHandler is a pointer to the previous error handling function.
Synopsis
#include <audiofile.h>
AFerrfunc afSetErrorHandler (AFerrfunc errorFunction);
