PE_RESULT
During the
processing of the PE_ENDDATA submessage, sent to all windows specified by the htrgTarget
member of the TARGET
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
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