|
NAMEafSetErrorHandler - install a custom error handling routineSYNOPSIS#include <audiofile.h> AFerrfunc afSetErrorHandler (AFerrfunc errorFunction); PARAMETERSerrorFunction is a pointer to an error handling function.DESCRIPTIONafSetErrorHandler allows the user to install an error handling function overriding the default function.RETURN VALUEThe value returned from afSetErrorHandler is a pointer to the previous error handling function.AUTHORMichael Pruett <michael@68k.org>
Visit the GSP FreeBSD Man Page Interface. |