Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Gets the IInkStrokescollection that was used by the recognizer to generate the IInkRecognitionAlternateobject.

Syntax

HRESULT get_Strokes(
  IInkStrokes* 
Strokes
) Strokes;

Parameters

Strokes

[out] The IInkStrokescollection associated with the IInkRecognitionAlternateobject.

This property is read–only. This property has no default value.

Return Value

HRESULT value Description

S_OK

Success.

E_INVALIDARG

The recognition range is invalid.

E_INK_EXCEPTION

An exception occurred while processing.

E_OUTOFMEMORY

Cannot allocate memory to complete the operation.

Remarks

By default, the IInkRecognitionAlternateobject is not attached to a IInkStrokescollection. To assign results to a IInkStrokescollection, you must call the IInkRecognitionResult::SetResultOnStrokesmethod.

Requirements

Header msinkaut.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later

See Also