InkEdit.RecognitionResult event

Occurs when the InkEdit control gets results manually from a call to the InkEdit::Recognize method or automatically after the recognition timeout fires.

Syntax

void RecognitionResult(
  [in] IInkRecognitionResult *RecognitionResult
);

Parameters

RecognitionResult [in]

An IInkRecognitionResult object that contains the result of the recognition.

Return value

This event does not return a value.

Remarks

This event method is defined in the _IInkEditEvents interface. The _IInkEditEvents interface implements the IDispatch interface with an identifier of DISPID_IeeRecognitionResult.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
Inked.h (also requires inked_i.c)
Library
InkEd.dll

See also

InkEdit

Recognize Method [InkEdit Control]