EndInkInput function (recapis.h)
Indicates that no more ink will be added to the context.
You cannot add strokes to the context after calling this function.
Syntax
HRESULT EndInkInput(
HRECOCONTEXT hrc
);
Parameters
hrc
The handle to the recognizer context.
Return value
This function can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
An unspecified error occurred. |
|
An invalid argument was received. |
|
The recognizer context handle is invalid or null. |
Remarks
The recognition results you receive after calling this function may be different from previous recognition results that were based on partial ink input.
The Ink Analysis API queries for the implementation of this method. If implemented, the InkAnalyzer will call it each time it performs an analysis operation. If not implemented, EndInkInput is never called. Therefore, you should only expose and implement this method if it is explicitly needed by your recognizer.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps | UWP apps] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | recapis.h |
DLL | inkobjcore.dll |