Creating a Recognizer
If you choose to do so, your application can provide its own recognizer implementations. This section describes the requirements for creating a custom application recognizer for your application that you can use with the Tablet PC Platform API.
Note
Custom application recognizers are not used by the Tablet PC Input Panel or Microsoft Windows Journal. These accessories use only recognizers with which they have been tested.
The following sections detail the implementation of a custom recognizer:
- Recognition API Architecture
- Required Recognition APIs
- HRECOGNIZER and HRECOCONTEXT
- Recognizer Lattice Structure
- Registering Your Recognizer DLL
- Recognizer Threading Considerations
- Typical Calling Sequence
- Recognizer DLL Sample Template
- Unicode Range Values of Gestures
- Recognizer APIs