IFEDictionary::ExistWord (Windows Embedded CE 6.0)
1/6/2010
This method checks whether a word has already been registered in the dictionary associated with the object.
Syntax
HRESULT::ExistWord(
IMEWRD* pWrd
);
Parameters
- pWrd
[in] Pointer to an IMEWRD structure.
Return Value
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
Header | msime.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |