DOCUMENT:Q86051 06-NOV-1999 [vbwin] TITLE :DOC: WM_HOOKRCRESULT Message Missing from Pen Documentation PRODUCT :Microsoft Visual Basic for Windows PROD/VER::1.0 OPER/SYS: KEYWORDS: ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Windows for Pen Computing, version 1.0 ------------------------------------------------------------------------------- SUMMARY ======= Documentation for the WM_HOOKRCRESULT message was omitted from the "Microsoft Windows Software Development Kit: Microsoft Windows for Pen Computing: Programmer's Reference" manual and from the associated online help files. The text below provides a complete description of the message. MORE INFORMATION ================ Windows for Pen Computing sends a WM_HOOKRCRESULT message to any window that sets a recognition hook with the SetRecogHook() function. A recognition hook provides a method for an application to extract information from its own recognition process or from some other application's recognition process. Windows for Pen Computing sends the WM_HOOKRCRESULT message before it sends the standard WM_RCRESULT. The values of wParam and lParam are the same as those for the WM_RCRESULT message. The wParam parameter specifies the reason the recognition terminated (one of the REC_* codes). If wParam contains REC_OK, more results are available; otherwise, it contains the value returned by Recognize or RecognizeData. The lParam parameter contains a far pointer to an RCRESULT data structure. For more information, see the documentation for the SetRecogHook() function on pages 197-198 of the "Microsoft Windows SDK: Microsoft Windows for Pen Computing: Programmer's Reference" manual. Additional query words: 1.00 ====================================================================== Keywords : Technology : kbWinPenSearch kbZNotKeyword3 kbWinPen100 Version : :1.0 ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 1999.