IInkRecognitionResult::Strokes
4/8/2010
Gets the IInkStrokes collection that was used by the recognizer to generate the IInkRecognitionResult object.
Syntax
HRESULT get_Strokes(
IInkStrokes *Strokes
) Strokes;
Parameters
Strokes
[out] The IInkStrokes collection associated with the IInkRecognitionResults object.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 IInkRecognitionResult object is not attached to a IInkStrokes collection. To assign results to a IInkStrokes collection, you must call the IInkRecognitionResult::SetResultOnStrokes method.
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 |