|
PE_RESULT
During the processing of the PE_ENDDATA submessage, sent to all windows
specified by the htrgTarget member of the TARGET structure that have received a PE_BEGINDATA message. PE_RESULT applies only
to recognition and is sent only if the value in the dwData member of the TARGET structure is of type HRC. Submessage of WM_PENEVENT.
Parameters
wParam
PE_RESULT.
lParam
HRC object for the recognition session.
Comments
A target can perform recognition-result processing in response to PE_RESULT.
If it receives this message, the Windows DefWindowProc function performs default result processing. The first HRCRESULT object for the HRC is obtained using the GetResultsHRC function. The HRCRESULT handle is used to retrieve a string of symbols that are converted, one by
one, into characters. The characters are then posted as WM_CHAR messages to the
window specified by the htrgTarget member of the TARGET structure.
The clear, cut, copy, paste, and undo gestures are converted to WM_CLEAR,
WM_CUT, WM_COPY, WM_PASTE, and WM_UNDO messages. They are posted to the htrgTarget target, together with appropriate mouse messages, so that the target can
perform appropriate processing (such as selection) before applying the gestures.
See Also
TARGET, WM_PENEVENT
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
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
|