TtsUnloadUsrDictEx
Unloads a user dictionary instance, freeing the resources associated with it.
TTSRETVAL TtsUnloadUsrDictEx(
HTTSINSTANCE hTtsInst,
HTTSUSRDICT hUsrDict);
A user dictionary instance can be unloaded when it is enabled; a user dictionary is either enabled implicitly by TtsLoadUsrDictEx or explicitly by TtsEnableUsrDictEx.
Argument |
Description |
---|---|
hTtsInst |
[in] Handle to a TTS engine instance. |
hUsrDict |
[in] Handle to a dictionary instance. |