contents.gifindex.gifprev1.gifnext1.gif

TextToSpeechCloseInMemory

The TextToSpeechCloseInMemory call terminates the speech-to-memory capability and returns to the startup state. The speech samples are then ignored or sent to an audio device, depending on the setting of the dwDeviceOptions parameter in the startup function.

Syntax
MMRESULT TextToSpeechCloseInMemory
(LPTTS_HANDLE_T phTTS)
Parameters
LPTTS_HANDLE_T phTTS
Specifies a text-to-speech handle.
Return Value
This call returns a value of type MMRESULT. The value is zero if the call is successful. The return value is one of the following constants:
Constant
Description
MMSYSERR_NOERROR
Normal successful completion (zero).
MMSYSERR_ERROR
Output to memory not enabled or unable to create a system object.
MMSYSERR_INVALHANDLE
The text-to-speech handle was invalid.


Comments
TextToSpeechOpenInMemory must be called before calling TextToSpeechCloseInMemory.
See Also
TextToSpeechOpenInMemory