IInkStrokes::RemoveRecognitionResult method (msinkaut.h)

Removes the RecognitionResult that is associated with the InkStrokes collection.

Syntax

HRESULT RemoveRecognitionResult();

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_INK_EXCEPTION
An exception occurred inside the method.

Remarks

To set a recognition result on an InkStrokes collection, use the SetResultOnStrokes method.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

IInkStrokes

InkStrokes Collection