debian man page for ausetioerrorhandler

Query: ausetioerrorhandler

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AuSetErrorHandler(3)					     Library Functions Manual					      AuSetErrorHandler(3)

Name
       AuSetIOErrorHandler - set handler for fatal IO errors

Synopsis
       #include <audio/audiolib.h>

       AuBool (*AuSetIOErrorHandler(server, handler))()
	   AuServer *server;
	   AuBool (*handler)(AuServer *);

Arguments
       server	 Specifies the connection to the audio server.

       handler	 Specifies the fatal error handler.  Use NULL to reinstall the default fatal error handler.

Description
       AuSetIOErrorHandler sets the fatal I/O error handler and returns the previous error handler.  The error handler will be invoked if a system
       call error occurs (for example, the connection to the server was lost).	As this is assumed to be a fatal condition, the error handler rou-
       tine should not return.	If the I/O error handler does return, the client process exits.

See Also
       AuServerName, AuGetErrorDatabaseText, AuGetErrorText, AuSetErrorHandler, AuSynchronize.

       audiolib - Network Audio System C Language Interface

audiolib - error handling					       1.9.3						      AuSetErrorHandler(3)
Related Man Pages
xdisplayname(3x11) - ultrix
auscanfortypedevent(3) - debian
ausoundrecord(3) - debian
ausoundrecordtodata(3) - debian
xgeterrordatabasetext(3x11) - ultrix
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph