This function calls an entry point in a help (.HLP) file.
This function is for customers who do not want to use the Adelia help file but a help file produced using online help software, such as RoboHELP®.
Context
Windows client.
Parameters
<WINDOW> |
|
Static name of a graphical object. |
ALPHA(n) |
FileName.HLP |
Name of the HLP file. |
NUM_BIN_4 |
CmdNum |
1 (HELP_COMMAND) 2 (HELP_CONTENTS) 3 (HELP_CONTENTS) 4 (HELP_CONTEXTMENU) 5 (HELP_CONTEXTPOPUP) 6 (HELP_FINDER) 7 (HELP_FORCEFILE) 8 (HELP_HELPONHELP) 9 (HELP_INDEX) 10 (HELP_KEY) 11 (HELP_PARTIALKEY) 12 (HELP_QUIT) 13 (HELP_SETCONTENTS) |
ALPHA(n) or |
Data item |
Command-related data (see MSDN) |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
Example
CmdNum = 3 /* HELP_CONTEXT
FileName = 'file.hlp'
EntireParam = <TopicId>
CALL_DLL 'VaToolBx.dll' 'VaToolBxWinHelp' ID_WIN0 FileName CmdNum EntireParam ReturnCode
Note: The topic's identifier TopicId corresponds to the context number associated with the topic in the section [MAP] of your help project [(.hpj)].
List of the VaToolBx functions by topic