GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AuSetErrorHandler(3) FreeBSD Library Functions Manual AuSetErrorHandler(3)

AuSetErrorHandler - set nonfatal error handler

#include <audio/audiolib.h>

AuBool (*AuSetErrorHandler(server, handler))() AuServer *server; AuBool (*handler)(AuServer *, AuErrorEvent *);

server
Specifies the connection to the audio server.
handler
Specifies the non-fatal error handler. Use NULL to reinstall the default handler.

AuSetErrorHandler sets the non-fatal error handler and returns the previous handler. This error handler will be invoked whenever a non-fatal error (error event) is received. As this condition is not assumed to be fatal, it is acceptable for the error handler to return. However, the error handler should not call any functions (directly or indirectly) on the server that will generate protocol requests or that will look for input events.

AuServerName, AuGetErrorDatabaseText, AuGetErrorText, AuSetIOErrorHandler, AuSynchronize.

audiolib - Network Audio System C Language Interface

1.9.4 audiolib - error handling

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.