


TextToSpeechSelectLang
| 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 |