IInkStrokes::RecognitionResult
4/8/2010
Gets the IInkRecognitionResult object of the IInkStrokes collection.
Syntax
[propget] HRESULT get_RecognitionResult ([out, retval]
InkRecognitionResult **RecognitionResult
);
Parameters
RecognitionResult
The IInkRecognitionResult object of the IInkStrokes collection.This property is read–only.
Return Value
HRESULT value | Description |
---|---|
S_OK |
Success. |
E_POINTER |
The parameter pointer was NULL or invalid. |
E_UNEXPECTED |
Unexpected parameter or property type. |
E_INK_EXCEPTION |
An exception occurred inside the method. |
Remarks
The value of this property is NULL if recognition has not been done or if the results were not persisted.
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 |