You are reading help file online using chmlib.com
|
ISpLexicon::RemovePronunciation removes a word and all its pronunciations from a user lexicon.
HRESULT RemovePronunciation(
const WCHAR *pszWord,
LANGID LangID,
SPPARTOFSPEECH ePartOfSpeech,
void *pvReserved
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | One of the parameters is not valid. |
| E_OUTOFMEMORY | Exceeded available memory. |
| SPERR_NOT_IN_LEX | Word is not found in the lexicon. |
| SPERR_APPLEX_READ_ONLY | Cannot remove a word from application lexicon. |
| SPERR_UNINITIALIZED | Interface not initialized. |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|