IFEDictionary (Windows CE 5.0)

Send Feedback

This interface supports the creation of a user dictionary. Windows CE supports this interface for Pocket IME only.

Methods

The following table shows the methods for this interface in Vtable order.

IUnknown method Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments the reference counts.
Release Decrements the reference count.
IFEDictionary method Description
Open Opens a specific user dictionary.
Close Closes the user dictionary.
GetHeader Obtains the dictionary header from the dictionary file.
DisplayProperty Not supported.
SetHeader Not supported.
Create Creates a user dictionary in Pocket IME format.
GetPosTable Obtains the public part-of-speech (POS) table.
GetWords Obtains word entries from a dictionary.
NextWords Obtains the next word entries from the dictionary.
ExistWord Checks whether a specific word exists in the dictionary.
Reserved1 Reserved.
RegisterWord Registers a word in the dictionary.

Remarks

To create an instance of the IFEDictionary class, call the CreateIFEDictionaryInstance function instead of the CoCreateInstance function, which is provided by the standard Component Object Model (COM) library.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Uuid.lib.

See Also

CoCreateInstance | CreateIFEDictionaryInstance

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.