Share via


InkRecognitionStatus

4/8/2010

Defines values that indicate whether an error occurred during recognition by the IInkRecognizer and, if so, which error occurred.

The SetGuideFailed, SetFlagsFailed, SetFactoidFailed, and SetPrefixSuffixFailed members are redundant because an error is also raised when the corresponding properties are set.

Syntax

enum InkRecognitionStatus {
    IRS_NoError = 0,
  IRS_Interrupted = 0x1,
  IRS_ProcessFailed = 0x2,
  IRS_InkAddedFailed = 0x4,
  IRS_SetAutoCompletionModeFailed = 0x8,
  IRS_SetStrokesFailed = 0x10,
  IRS_SetGuideFailed = 0x20,
  IRS_SetFlagsFailed = 0x40,
  IRS_SetFactoidFailed = 0x80,
  IRS_SetPrefixSuffixFailed = 0x100,
  IRS_SetWordListFailed = 0x200
} InkRecognitionStatus;

Elements

  • NoError
    Indicates no errors occurred.
  • Interrupted
    Indicates the recognition was interrupted.
  • ProcessFailed
    Indicates the ink recognition process failed.
  • InkAddedFailed
    Indicates the ink could not be added.
  • SetAutoCompletionModeFailed
    Indicates the character Autocomplete mode could not be set.
  • SetStrokesFailed
    Indicates the strokes could not be set.
  • SetGuideFailed
    Indicates the recognition guide could not be set.
  • SetFlagsFailed
    Indicates the flags could not be set.
  • SetFactoidFailed
    Indicates the factoid could not be set.
  • SetPrefixSuffixFailed
    Indicates the suffix or the prefix could not be set.
  • SetWordListFailed
    Indicates the word list could not be set.

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

See Also

Concepts

Windows Mobile Ink Reference