|
Adding Data to an HRC Object
An application provides pen data to the HRC through one of two API functions: AddPenInputHRC or AddPenDataHRC.
AddPenInputHRC operates at intervals as pen data is collected, in the same manner as GetPenInput. An application must call AddPenInputHRC only after it has called GetPenInput. AddPenInputHRC provides the pen coordinates and original equipment manufacturer (OEM) data
to the recognizer bound to the HRC object.
AddPenDataHRC also provides pen data to the recognizer, but is designed to operate after
all the data is collected. An application can thus collect pen data without
realtime recognition, store the data in an HPENDATA structure, and call AddPenDataHRC to recognize the data any time thereafter.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|