AuServerName (3)
Leading comments
$NCDId: @(#)AuSerNm.man,v 1.1 1994/09/27 00:36:34 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
AuServerName - get name of the server to use.Synopsis
#include <audio/audiolib.h>
char *AuServerName(string)
char *string;
Arguments
- string
- Specifies the default name.
Description
AuServerName returns the name of the server to use or an empty string if it can not determine the proper value. If string isn't NULL or a pointer to NUL, AuServerName returns string, otherwise, AuServerName looks in the enviroment for AUDIOSERVER or if thats not set, DISPLAY.See Also
AuGetErrorDatabaseText, AuGetErrorText, AuSetErrorHandler, AuSetIOErrorHandler, AuSynchronize.audiolib - Network Audio System C Language Interface