IFEDictionary
Other versions of this page are also available for the following:
8/28/2008
This interface supports the creation of a user dictionary. Windows Embedded CE supports this interface for Pocket IME only.
Methods
The following table shows the methods for this interface in Vtable order.
IUnknown method | Description |
---|---|
Returns pointers to supported interfaces. |
|
Increments the reference counts. |
|
Decrements the reference count. |
IFEDictionary method | Description |
---|---|
Opens a specific user dictionary. |
|
Closes the user dictionary. |
|
Obtains the dictionary header from the dictionary file. |
|
DisplayProperty |
Not supported. |
SetHeader |
Not supported. |
Creates a user dictionary in Pocket IME format. |
|
Obtains the public part-of-speech (POS) table. |
|
Obtains word entries from a dictionary. |
|
Obtains the next word entries from the dictionary. |
|
Checks whether a specific word exists in the dictionary. |
|
Reserved1 |
Reserved. |
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
Header | msime.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |