Return code -2147220956 missing from documentation

Last reviewed: 12/2/2001

PRB Article ID: P120101

The information in this article applies to:

  • SpeechKit 3

Symptoms

Return code -2147220956 not found in the Developer Guide.

Cause

Return code matrix integer value column contains incorrect values for some of the return codes. In addition, Acrobat is unable to format the Word document table correctly in the PDF file and some cells are missing there text.

Status

Fixed in SpeechKit 3 SR3. The hexidecimal codes are correct. The incorrect integer values were modified to the correct values. The corrected table is provided below.

Component Formats Impacted

None. Documenation only.

Value Hex Integer Description
ChantErr 80004005 -2147467259 Unspecified error occurred.
ChantErrNone 0 0 Function completed successfully.
ChantErrNotLicensed 80040112 -2147221230 License and/or Serials property values are not valid to use method.
ChantErrInvalidHandle 80070006 -2147024890 Deprecated.
ChantErrInvalidVocabFile 80040201 -2147220991 A problem occurred when accessing the grammar file. Verify file location.
ChantErrVocabDefine 80040202 -2147220990 An error occurred when a speech recognition session object attempted to define a vocabulary to the speech recognition engine. (SMAPI)
ChantErrDisableVocab 80040203 -2147220989 An error occurred when a speech recognition session object attempted to disable a vocabulary.
ChantErrEnableVocab 80040204 -2147220988 An error occurred when a speech recognition session object attempted to enable a vocabulary.
ChantErrInvalidVocab 80040205 -2147220987 A problem occurred when loading the vocabulary.
ChantErrSessionOpen 80040206 -2147220986 A ChantSR or ChantTTS object was unable to open a session with the engine. Obtain the engine return code and return code description using GetSessionRC and GetSessionRCDescription. Refer to engine specific documentation.
ChantErrAddVocab 80040207 -2147220985 Deprecated.
ChantErrAddControl 80040208 -2147220984 Deprecated.
ChantErrAddDialogControl 80040209 -2147220983 A speech recognition session object was unable to obtain information about the dialog control. Verify the handle for the dialog control is correct.
ChantErrSessionClose 8004020A -2147220982 Deprecated.
ChantErrOutOfMem 8007000E -2147024882 A speech recognition session object or a text-to-speech session object was unable to allocate memory. Increase the available memory by closing other applications or unnecessary sessions.
ChantErrInvalidTextFile 8004020B -2147220981 Deprecated.
ChantErrVoiceMenuCreate 8004020C -2147220980 Deprecated.
ChantErrVoiceMenuDelete 8004020D -2147220979 Deprecated.
ChantErrVoiceMenuEmpty 8004020E -2147220978 Deprecated.
ChantErrSessionResume 8004020F -2147220977 Deprecated.
ChantErrSessionSuspend 80040210 -2147220976 Deprecated.
ChantErrNoEngine 80040211 -2147220975 No speech recognition or text-to-speech engines were found on the system.  Ensure Microsoft SAPI4, SAPI5 or IBM SMAPI compliant engines are installed.
ChantErrTTSErr 80040212 -2147220974 An error occurred when a text-to-speech session object requested services from an engine. Obtain the engine return code and return code description using GetSessionRC and GetSessionRCDescription.
ChantErrSysInit 80040213 -2147220973 Deprecated.
ChantErrInvalidVocabType 80040214 -2147220972 Deprecated.
ChantErrListSet 80040215 -2147220971 An error occurred when a speech recognition session object attempted to set the values for a list within a vocabulary. Obtain the engine return code and return code description using GetSessionRC and GetSessionRCDescription.
ChantErrPronunciation 80040216 -2147220970 Deprecated.
ChantErrSelectEngine 80040217 -2147220969 Deprecated.
ChantErrRegQueryMode 80040218 -2147220968 Deprecated.
ChantErrRegQueryType 80040219 -2147220967 Deprecated.
ChantErrRegCreateKey 8004021A -2147220966 Deprecated.
ChantErrInvalidSesType 8004021B -2147220965 The speech recognition or text-to-speech engine API does not support the request.
ChantErrInvalidParam 8004021C -2147220964 The speech recognition and text-to-speech session object detected an invalid parameter.
ChantErrSaveVocab 8004021D -2147220963 Deprecated.
ChantErrSRErr 8004021E -2147220962 An error occurred when a speech recognition session object requested services from an engine. Obtain the engine return code and return code description using GetSessionRC and GetSessionRCDescription.
ChantErrNoInterface 8004021F -2147220961 The speech recognition or text-to-speech engine does not support this function.
ChantErrNoAudioFileDefined 80040220 -2147220960 Deprecated.
ChantErrAudioFileOpen 80040221 -2147220959 Deprecated.
ChantErrNoAudio 80040222 -2147220958 An error occurred when a speech recognition object attempted to open the audio source, but no audio capabilities were found. Ensure the system has an audio source (e.g., sound card).
ChantErrActiveSession 80040223 -2147220957 Deprecated.
ChantErrInactiveSession 80040224 -2147220956 Unable to open a session with the speech recognition or text-to-speech engine.