The WinHelp_RunHelpMacro() function specifies a help file and the help macro or macros to run.
WinHelp_RunHelpMacro(help_file, macros)
• help_file – A string containing the name and complete path to the help file to be accessed. The path is in generic format.
• macros – A string containing the names of the macro or macros to be run. If more than one macro is to be run, the names of the macros must be separated by semicolons.
An integer indicating the status. If 0 is returned, no error occurred. If any other value is returned, an error occurred while attempting to run the help macro or macros.