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.
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 |
|