The TextToSpeechSelectLang call selects a loaded language for a program thread.
|
Syntax |
BOOL TextToSpeechSelectLang |
(LPTTS_HANDLE_T reserved, |
|
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 |
||