1AuGetErrorHandler(3)       Library Functions Manual       AuGetErrorHandler(3)
2
3
4

Name

6       AuGetErrorText - get a description of an error code
7

Synopsis

9       #include <audio/audiolib.h>
10
11       void AuGetErrorText(server, code, buffer_return, length)
12           AuServer *server;
13           int code;
14           char *buffer_return; /* RETURN */
15           int length;
16

Arguments

18       server    Specifies the connection to the audio server.
19
20       code      Specifies the error code to obtain a description of.
21
22       buffer_return
23                 Returns the error description.
24
25       length    Specifies the length of the buffer.
26

Description

28       AuGetErrorText copies a NUL-terminated string describing code into buf‐
29       fer_return.
30

See Also

32       AuServerName,  AuGetErrorDatabaseText,  AuSetErrorHandler,   AuSetIOEr‐
33       rorHandler, AuSynchronize.
34
35       audiolib - Network Audio System C Language Interface
36
37
38
39audiolib - error handling            1.9.4                AuGetErrorHandler(3)
Impressum