IInkRecognitionAlternates interface (msinkaut.h)

Contains the IInkRecognitionAlternate objects that represent possible word matches for segments of ink.

Inheritance

The IInkRecognitionAlternates interface inherits from the IUnknown interface. IInkRecognitionAlternates also has these types of members:

Methods

The IInkRecognitionAlternates interface has these methods.

 
IInkRecognitionAlternates::get_Count

Gets the number of objects or collections contained in a collection. (IInkRecognitionAlternates.get_Count)
IInkRecognitionAlternates::get_Strokes

Gets the collection of strokes that are contained in an object or used to create an object. (IInkRecognitionAlternates.get_Strokes)
IInkRecognitionAlternates::Item

Retrieves the IInkRecognitionAlternate object at the specified index within the IInkRecognitionAlternates collection.

Remarks

For more information about collections in COM, see Using the COM Library.

If you define a class that implements this interface, the new class will not interact correctly with the Tablet PC application programming interfaces (APIs).

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h

See also

IInkRecognitionAlternate Interface

IInkStrokeDisp Interface

InkStrokes Collection