This topic has not yet been rated - Rate this topic

InkStrokes.RecognitionResult property

Applies to: desktop apps only

Gets the IInkRecognitionResult object of the InkStrokes collection.

This property is read-only.

Syntax

HRESULT get_RecognitionResult(
  [out, retval]  InkRecognitionResult **RecognitionResult
);

Property value

The IInkRecognitionResult object of the InkStrokes collection.

Error codes

NameMeaning
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

Minimum supported client

Windows XP Tablet PC Edition

Minimum supported server

None supported

Header

Msinkaut.h (also requires Msinkaut_i.c)

Library

InkObj.dll

See also

InkStrokes Collection
InkDisp Class
IInkRecognitionResult Interface
IInkRecognizer Interface

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.