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
S_OK
The word exists.
S_FALSE
The word does not exist.
E_FAIL
An unexpected error.

Requirements

Requirement Value
Target Platform Windows
Header msime.h

See also

IFEDictionary

IMEWRD