Share via


IFEDictionary::RegisterWord (Windows CE 5.0)

Send Feedback

This method registers a word in the dictionary associated with the object.

HRESULT::RegisterWord(IMEREG reg,IMEWRD* pWrd);

Parameters

  • reg
    [in] Register type, The following table shows the values this parameter can take.
    Value Description
    JDIC_REG_HEAD Registers the word.
    IFED_REG_DEL Deletes the word.
  • pWrd
    [in] Pointer to an IMEWRD structure.

Return Values

The following table shows the Return Values for this method.

Return value Description
S_OK Word successfully registered in dictionary.
IFED_S_WORD_EXISTS The word is already registered.
S_FALSE Failure to register or delete a word.
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

IMEWRD

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.