IFEDictionary::ExistWord method (msime.h)
Determines if the specified word exists in IFEDictionary.
Syntax
HRESULT ExistWord(
[in] IMEWRD *pwrd
);
Parameters
[in] pwrd
An IMEWRD structure specifying the word to check.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The word exists. |
|
The word does not exist. |
|
An unexpected error. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | msime.h |