alFreeConfig(3dm) alFreeConfig(3dm) NAME alFreeEvent - deallocates an audio ALevent structure SYNOPSIS #include <dmedia/audio.h> int alFreeEvent(ALevent event) PARAMETER config expects an ALevent structure, the returned value of alNewEvent(3dm) DESCRIPTION deallocated, it cannot be used in subsequent audio library calls. All information in the ALevent will be lost. DIAGNOSTICS Upon successful completion, alFreeEvent(3dm) returns 0. Otherwise retrieved using oserror(3C). AL_BAD_INVALID_EVENT event is either invalid or null. SEE ALSO alNewEvent(3dm), oserror(3C) Page 1