Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Creates a recognizer context.
Syntax
HRESULT CreateContext(
HRECOGNIZER hrec,
HRECOCONTEXT *phrc
);
Parameters
hrec
Handle to the recognizer.
phrc
Pointer to the recognizer context.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
An unspecified error occurred. |
|
The parameter is an invalid pointer. |
|
There is insufficient memory to complete the operation. |
|
An invalid argument was received. |
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 |
| Library | inkobjcore.lib |
| DLL | inkobjcore.dll |