contents.gifindex.gifprev1.gifnext1.gif

TextToSpeechSelectLang

The TextToSpeechSelectLang call selects a loaded language for a program thread.

Syntax
BOOL TextToSpeechSelectLang
(LPTTS_HANDLE_T reserved,
unsigned int lang)
Parameters
LPTTS_HANDLE_T reserved
Reserved, must be NULL

unsigned int lang
Specifies the language handle returned from TextToSpeechStartLang
Return Value
BOOL
Returns TRUE on success, and returns FALSE on error.
Comments
None.
See Also
TextToSpeechCloseLang
TextToSpeechEnumLangs
TextToSpeechStartLang