TtsDisableUsrDictEx
Disable a user dictionary instance on a TTS engine instance.
TTSRETVAL TtsDisableUsrDictEx (
HTTSINSTANCE hTtsInst,
HTTSUSRDICT hUsrDict)
The dictionary instance must first have been enabled for use by the instance using TtsEnableUsrDictEx or TtsLoadUsrDictEx. Disabling the dictionary does not unload it from memory. To unload a dictionary, use TtsUnloadUsrDictEx.
Argument |
Description |
---|---|
hTtsInst |
[in] Handle to a TTS engine instance. |
hUsrDict |
[in] Handle to a loaded dictionary instance. |
Always use this function before calling TtsEnableUsrDictEx.