Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether an error occurred during recognition and, if so, which error occurred.
Syntax
typedef 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
} ;
Constants
IRS_NoError Value: 0 Specifies no error. |
IRS_Interrupted Value: 0x1 The recognition was interrupted by a call to StopBackgroundRecognition. |
IRS_ProcessFailed Value: 0x2 The ink recognition process failed. |
IRS_InkAddedFailed Value: 0x4 The ink could not be added. |
IRS_SetAutoCompletionModeFailed Value: 0x8 The character Autocomplete mode could not be set. |
IRS_SetStrokesFailed Value: 0x10 The strokes could not be set. |
IRS_SetGuideFailed Value: 0x20 The recognition guide could not be set. |
IRS_SetFlagsFailed Value: 0x40 The flags could not be set. |
IRS_SetFactoidFailed Value: 0x80 The factoid could not be set. |
IRS_SetPrefixSuffixFailed Value: 0x100 The suffix or the prefix could not be set. |
IRS_SetWordListFailed Value: 0x200 The word list could not be set. |
Remarks
The SetGuideFailed, SetFlagsFailed, SetFactoidFailed, and SetPrefixSuffixFailed members are redundant because an error is also raised when the corresponding properties are set.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | msinkaut.h |
See also
CharacterAutoCompletion Property [InkRecognizerContext Class]
Factoid Property [InkRecognizerContext Class]
Guide Property [InkRecognizerContext Class]
PrefixText Property [InkRecognizerContext Class]
Recognition Event [InkRecognizerContext Class]
RecognitionFlags Property [InkRecognizerContext Class]