You are reading help file online using chmlib.com
|
ISpRecoGrammar::UnloadDictation unloads the active dictation topic from the grammar.
HRESULT UnloadDictation ( void );
None.
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED(hr) | Appropriate error message. |
If an application uses a CFG with dictation tags, and then unloads the dictation grammar component, the dictation tags will default to the generic dictation topic (see ISpRecoGrammar::LoadDictation).
You are reading help file online using chmlib.com
|