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

Name

6       AuGetErrorDatabaseText - get an error message from the error database
7

Synopsis

9       #include <audio/audiolib.h>
10
11       void AuGetErrorDatabaseText(server, name, message, default_string, buf‐
12       fer_return, length)
13           AuServer *server;
14           char *name;
15           char *message;
16           char *default_string;
17           char *buffer_return; /* RETURN */
18           int length;
19

Arguments

21       server    Specifies the connection to the audio server.
22
23       name      Specifies the name of the application.
24
25       message   Specifies the type of the error message.
26
27       default_string
28                 Specifies the default error message if none is found  in  the
29                 database.
30
31       buffer_return
32                 Returns the error description.
33
34       length    Specifies the size of the buffer.
35

Description

37       The  AuGetErrorDatabaseText  function  copies  the  default_string  and
38       returns it in  buffer_return.   The  name  and  message  arguments  are
39       ignored.
40

See Also

42       AuServerName,  AuGetErrorText,  AuSetErrorHandler, AuSetIOErrorHandler,
43       AuSynchronize.
44
45       audiolib - Network Audio System C Language Interface
46
47
48
49audiolib - error handling            1.9.4           AuGetErrorDatabaseText(3)
Impressum