MACEVersion
MACEVersion Determine the version of the MACE tools
#include <Sound.h> Sound Manager
You can use MACEVersion to determine the version of the MACE tools
available on a machine.
Returns: a version number that contains the same information as in the
first 4 bytes of a 'vers' resource.

Notes: You can call MACEVersion at interrupt time.
You can obtain information about a sound channel and about the
Sound Manager itself by calling the SndControl, SndChannelStatus,
and SndManagerStatus functions. You can obtain the version numbers of
the Sound Manager, the MACE tools, and the sound input routines by
calling the SndSoundManagerVersion, MACEVersion, and
SPBVersion functions, respectively.