[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SetHelpFile( cHelpFile )
------------------------------------------------------------------------------
PARAMETER:
<cHelpFile> is the filename of the HLP file to be used as the
applications default help file
DESCRIPTION:
SetHelpFile() sets the given file as the default HLP file that is called
whenever help is requested, either by one of the HELP.. functions or by
pressing the F1 key. GetHelpFile() will return this Help file name
EXAMPLE:
+--------------------------------------------------------------+
| /* Set the default help */ |
| SetHelpFile( "FiveWin.hlp" ) |
| |
| /* Open the help file */ |
| HelpIndex() |
+--------------------------------------------------------------+
SOURCE:
SOURCE\WINAPI\HELP.C
See Also:
SET HELP TO
HelpIndex
Winhelp
HelpSearch
AddHelp
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson