Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>winhelp()</b> activates windows winhelp program http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WinHelp()        Activates Windows WinHelp program
 --------------------------------------------------------------------------------

 Syntax

        WinHelp( cHelpFile, nHelpType, ncAditionalData ) --> lSuccess

 Parameters

        cHelpFile        Name of the help file to use. Those files have
                         HLP extension and use a Windows own format.

        nHelpType        Selects the kind of service to execute. Windows
                         offers multiple services through this function
                         so it may be quite confusing to obtain all its
                         possibilities. This is the reason why we have
                         created Help...() functions, which are specialized
                         functions based on WinHelp().

        ncAditionalData  Certain parameters according to the requested
                         WinHelp() service.

 Description

        Windows implements its entire help system through WinHelp() function.
        This function calls WINHELP.EXE which manipulates HLP files.

 Code: HELP.C   * API *


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson