Share via


IFEDictionary::ExistWord

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

IMEWRD