ALfreeconfig(3dm) ALfreeconfig(3dm)
NAME
ALfreeconfig - (obsolete) deallocates an audio ALconfig structure
SYNOPSIS
#include <dmedia/audio.h>
int ALfreeconfig(ALconfig config)
PARAMETER
config expects an ALconfig structure, the returned value of
ALnewconfig(3dm) or ALgetconfig(3dm).
DESCRIPTION
ALfreeconfig is obsolete and is provided for backward compatibility. The
preferred function is alFreeConfig(3dm).
ALfreeconfig(3dm) deallocates an ALconfig structure. ALfreeconfig(3dm)
does not affect any port you might have opened using this ALconfig
structure.
ALfreeconfig(3dm) can fail for the following reason:
ALBADCONFIG config is either invalid or null.
DIAGNOSTICS
Upon successful completion, ALfreeconfig(3dm) returns 0. Otherwise
ALfreeconfig(3dm) returns -1 and sets an error number which can be
retrieved using oserror(3C).
SEE ALSO
ALnewconfig(3dm), ALgetconfig(3dm), ALcloseport(3dm), oserror(3C)
Page 1