HRECOGNIZER Handle
An HRECOGNIZER handle is used to create a recognizer context, retrieve the recognizer's attributes and properties, and determine which packet properties the recognizer requires to perform recognition.
typedef HANDLE HRECOGNIZER;
Remarks
The following functions use an HRECOGNIZER.
Function | Description |
---|---|
CreateRecognizer | Creates a recognizer. |
DestroyRecognizer | Destroys a recognizer. |
GetRecoAttributes | Returns the attributes of the recognizer. |
CreateContext | Creates a recognizer context. |
DestroyContext | Destroys a recognizer context. |
GetAllRecognizers | Gets all recognizers. |
GetResultPropertyList | Retrieves a list of properties the recognizer can return for a result range. |
GetPreferredPacketDescription | Retrieves a packet description that contains the packet properties the recognizer uses. |
GetUnicodeRanges | Retrieves the ranges of Unicode points that the recognizer supports. |
LoadCachedAttributes | Loads the cached attributes of a recognizer. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server |
None supported |
Header |
|