TtsDisableUsrDictsEx
Disable all user dictionary instances on a TTS engine instance.
TTSRETVAL TtsDisableUsrDictsEx(HTTSINSTANCE hTtsInst)
The dictionary instances must first have been enabled for use by the instance using TtsEnableUsrDictEx or TtsLoadUsrDictEx. Note that disabling the dictionaries does not unload them from memory. To unload a dictionary, use TtsUnloadUsrDictEx. To disable dictionaries one by one use TtsDisableUsrDictEx.
Argument |
Description |
---|---|
hTtsInst |
[in] Handle to a TTS engine instance. |