[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
WinHelp() Activates Windows WinHelp program
--------------------------------------------------------------------------------
Sintax
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
posibilities. This is the reason why we have
created Help...() functions, which are especialized
functions based on WinHelp().
ncAditionalData Certain parameters acording to the requested
WinHelp() service.
Descrption
Windows implements all its help system through WinHelp() function.
This function calls WINHELP.EXE which is who manipulate HLP files.
Code: HELP.C * API *
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson