CodecManagerVersion
Your application can determine the version of the installed Image Compression Manager by calling the CodecManagerVersion function.
pascal OSErr CodecManagerVersion (long *version);
version
- Contains a pointer to a long integer that is to receive the version information. The Image Compression Manager returns its version number into this location. The version number is a long integer value.
DESCRIPTION
The CodecManagerVersion function returns the version information as a long integer value.
RESULT CODES
SEE ALSO
"Getting Information About Compressors and Compressed Data," which begins on page 3-16, describes how to use CodecManagerVersion.