Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Creates a recognizer.
Syntax
HRESULT CreateRecognizer(
CLSID *pCLSID,
HRECOGNIZER *phrec
);
Parameters
pCLSID
CLSID of the recognizer. This value is created in the registry when you register the recognizer.
phrec
Handle for the recognizer.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
An unspecified error occurred. |
|
The parameter is an invalid pointer. |
|
An invalid argument was received. |
|
Insufficient memory. |
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 mshwgst.dll |