AUchecklicense(3dm) AUchecklicense(3dm)
NAME
AUchecklicense - checks for a given audio compression license
SYNOPSIS
#include <dmedia/dmaudioutil.h>
-ldmedia
int AUchecklicense(int product, int *errorval, char **message)
PARAMETER
product is a constant symbol for the product license of interest.
Currently defined licenses are:
AULICENSEAWAREMULTIRATEENCODER
AULICENSEAWAREMULTIRATEDECODER
errorval is a pointer to an integer which will be set only if the
return value is AULICENSEERR. The value is the NetLS error
which occurred.
message is a pointer to a character pointer, which is changed to point
to an informative string only if the return value is
AULICENSEERR. The string will contain the NetLS error that
occurred and contact information on how to obtain support or a
license.
DESCRIPTION
AUchecklicense(3dm) finds out whether a license for a particular audio
product is available.
RETURN VALUE
On successful completion, AUchecklicense(3dm) returns AULICENSEOK. If
product is unknown, then AUBADPRODUCT is returned. If a NetLS error
occurs, then AULICENSEERR is returned and *errorval and *message are
set describing the error.
SEE ALSO
AwareIntro(3dm)
Page 1