Description
Passes <object> as a help file name to the Windows WinHelp() function. The WinHelp () function starts Windows Help and passes optional data indicating the nature of the help requested by the application.
Parameters
Parameter | Description |
---|---|
<value> | (Optional.) An @FM-delimited array: |
<1> Owner window name | |
<2> Command (second parameter for WinHelp) | |
<3> extra Parameter (polymorphic third parameter for WinHelp) | |
Returnvalue | Nonzero if the function is successful. Zero if the function was not successful. |
Example
/* runs the Windows Help 1.0 file NTHELP.HLP */ declare function utility foo = utility ("RUNHELP", "NTHELP.HLP")
Remarks
Refer to the Windows SDK manual for additional information about the WinHelp() function.