ResetContext function (recapis.h)
Deletes the current ink and recognition results from the context.
The current settings of the recognizer context are preserved. The settings can include the recognition guide, character Autocomplete mode, and any recognition hints that improve recognition results. An example of a recognition hint may include whether a factoid is set indicating that the ink is a phone number, a name, or a URL. The TextContext and Wordlists are preserved in the context.
Syntax
HRESULT ResetContext(
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. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | recapis.h |
DLL | inkobjcore.dll |