afSetErrorHandler - install a custom error handling routine

NAME  SYNOPSIS  PARAMETERS  DESCRIPTION  RETURN VALUE  AUTHOR 

NAME

afSetErrorHandler − install a custom error handling routine

SYNOPSIS

#include <audiofile.h>

AFerrfunc afSetErrorHandler (AFerrfunc errorFunction);

PARAMETERS

errorFunction is a pointer to an error handling function.

DESCRIPTION

afSetErrorHandler allows the user to install an error handling function overriding the default function.

RETURN VALUE

The value returned from afSetErrorHandler is a pointer to the previous error handling function.

AUTHOR

Michael Pruett <[email protected]>


Updated 2024-01-29 - jenkler.se | uex.se