GetAllRecognizers function (recapis.h)
Gets all recognizers.
Syntax
HRESULT GetAllRecognizers(
CLSID **recognizerClsids,
ULONG *count
);
Parameters
recognizerClsids
Pointer to the CLSIDs of the recognizers. The CLSID value is created in the registry when you register the recognizer.
count
Pointer to the number of recognizers.
Return value
This function can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
The parameter is an invalid pointer. |
|
An unspecified error occurred. |
|
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 |
DLL | inkobjcore.dll |