You are reading help file online using chmlib.com
|
ISpSREngineSite::GetWordInfo retrieves information about a word in a CFG grammar.
HRESULT GetWordInfo(
SPWORDENTRY *pWordEntry,
SPWORDINFOOPT Options
);
| pWordEntry->pszDisplayText |
| pWordEntry->pszLexicalForm |
| pWordEntry->aPhoneId |
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_POINTER | pWordEntry points to invalid memory. |
| E_INVALIDARG | Either invalid pWordEntry->hWord word handle or Options contains invalid flags. |
| E_OUTOFMEMORY | Not enough memory to complete the operation. |
| FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|