IFEDictionary::ExistWord (Windows CE 5.0)
This method checks whether a word has already been registered in the dictionary associated with the object.
HRESULT::ExistWord(IMEWRD* pWrd);
Parameters
- pWrd
[in] Pointer to an IMEWRD structure.
Return Values
The following table shows the Return Values for this method.
Return value | Description |
---|---|
S_OK | The word exists in the dictionary. |
S_FALSE | The word does not exist in the dictionary. |
E_FAIL | An unexpected error has occurred. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Uuid.lib.
See Also
Send Feedback on this topic to the authors