The information in this article applies to:
SUMMARYThis article corrects a documentation error for the WinHelp function call as described in the Windows version 3.1 API Reference help file that shipped with Microsoft Visual Basic version 3.0 for Windows. MORE INFORMATIONThe declaration is incorrectly shown as:
The correct declaration is as follows:
NOTE: Each Declare statement must be entered as one, single line.
Notice that the "ByVal" keyword was omitted from the last parameter in the
online reference. This means that the function is passing the last
parameter "dwData" by reference. It needs to be passed by value.The most common error that occurs when using the incorrect declaration is a message box stating "Help topic does not exist." Additional query words: 3.00 docerr
Keywords : |
Last Reviewed: October 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |