You are reading help file online using chmlib.com
|
ISpSREngine::LoadSLM instructs the engine to load a statistical language model (SLM) for dictation.
HRESULT LoadSLM(
void *pvEngineGrammar,
const WCHAR *pszTopicName
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|