Carbon


noSynthFound

Header: MacErrors.h

enum {
    noSynthFound = -240,
    synthOpenFailed = -241,
    synthNotReady = -242,
    bufTooSmall = -243,
    voiceNotFound = -244,
    incompatibleVoice = -245,
    badDictFormat = -246,
    badInputText = -247
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)