InkWordList class

Represents a list of words that can be used to improve the recognition result.

InkWordList has these types of members:

Interfaces

The InkWordList class defines these interfaces.

Interface Description
IInkWordList This object implements the IInkWordList COM interface.

Methods

The InkWordList class has these methods.

Method Description
AddWord Adds a single word to the InkWordList.
Merge Merges another InkWordList to into this InkWordList.
RemoveWord Removes a single word from a InkWordList.

Remarks

This object can be instantiated by calling the CoCreateInstance method in C++.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
Msinkaut.h (also requires Msinkaut_i.c)
Library
InkObj.dll

See also

WordList Property

Factoid Constants

InkRecognizerContext Class