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

btn_mini.gif TextToSpeechCloseLang

btn_mini.gif TextToSpeechEnumLangs

btn_mini.gif TextToSpeechStartLang