CloneContext function (recapis.h)
Creates a recognizer context that contains the same settings as the original. The new recognizer context does not include the ink or recognition results of the original.
Syntax
HRESULT CloneContext(
HRECOCONTEXT hrc,
HRECOCONTEXT *pCloneHrc
);
Parameters
hrc
The handle to the recognizer context.
pCloneHrc
The new recognizer context.
Return value
This function can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
The pCloneHrc parameter is invalid. |
|
Unable to allocate memory to complete the operation. |
|
An unspecified error occurred. |
|
An invalid argument was received. |
Remarks
The settings for this context include the recognition guide, character Autocomplete mode, and any factoids that improve the recognition results. An example of a factoid may include whether the ink is a phone number, a name, or a URL. The TextContext and Wordlists are preserved in the new context.
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 |