AuGetErrorDatabaseText (3)
Leading comments
$NCDId: @(#)AuGEDTxt.man,v 1.1 1994/09/27 00:28:31 greg Exp $ copyright 1994 Steven King portions are * Copyright 1993 Network Computing Devices, Inc. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name Network Computing...
Name
AuGetErrorDatabaseText - get an error message from the error databaseSynopsis
#include <audio/audiolib.h>
void AuGetErrorDatabaseText(server, name, message, default_string, buffer_return, length)
AuServer *server;
char *name;
char *message;
char *default_string;
char *buffer_return; /* RETURN */
int length;
Arguments
- server
- Specifies the connection to the audio server.
- name
- Specifies the name of the application.
- message
- Specifies the type of the error message.
- default_string
- Specifies the default error message if none is found in the database.
- buffer_return
- Returns the error description.
- length
- Specifies the size of the buffer.
Description
The AuGetErrorDatabaseText function copies the default_string and returns it in buffer_return. The name and message arguments are ignored.See Also
AuServerName, AuGetErrorText, AuSetErrorHandler, AuSetIOErrorHandler, AuSynchronize.audiolib - Network Audio System C Language Interface