|
SetRecogHook
- 0 2.0
Installs and removes a recognition hook. This function works only for Pen API
version 1.0 recognizers accessed through Recognize or RecognizeData.
Note This function is provided only for compatibility with version 1.0 of the Pen
API and will not be supported in future versions. Use SetResultsHookHREC instead.
BOOL SetRecogHook( UINT uScope, UINT uSetOp, HWND hwndHook )
Parameters
uScope
Scope of hook. The hook parameter uSetOp determines the scope of the hook. The following table lists the HWR_ values
for uSetOp:
Constant
| Description
| HWR_RESULTS
| The hook window receives a WM_HOOKRCRESULT message before a WM_RCRESULT
message is sent to the target window.
| HWR_APPWIDE
| The hook window receives the message WM_HOOKRCRESULT before a WM_RCRESULT
message is sent to the target window if the target window belongs to the same task
as the window that set an HWR_APPWIDE hook. This is useful for implementing
application-wide gestures.
The RCRT_ALREADYPROCESSED flag is set in the wResultsType member of the RCRESULTS structure sent with WM_RCRESULT if an application-wide hook has already
processed the data.
|
uSetOp
Parameter to determine whether hook is set or removed. The operation parameter uSetOp determines whether the hook is set or removed. The following table lists the
HKP_ values for uScope:
Constant
| Description
| HKP_SETHOOK
| Installs a hook.
| HKP_UNHOOK
| Removes function from hook list.
|
hwndHook
Handle to a window.
Return Value
Returns TRUE if successful; otherwise, FALSE.
Comments
SetRecogHook enables a version 1.0 application to examine the results of recognition
before they are sent to the target application.
The hook message is WM_HOOKRCRESULT. The wParam and lParam parameters are the same as for the WM_RCRESULT message. If the window
procedure that receives the WM_HOOKRCRESULT message returns FALSE, the message
WM_HOOKRCRESULT is not sent to any of the remaining hooks in the chain.
No drawing should occur during the processing of the WM_HOOKRCRESULT and
before recognition is complete. Drawing at these times could cause timing problems,
with ink reappearing in formerly invisible controls as they are redrawn.
See Also
SetResultsHookHREC
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|