Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
<value>(Optional.) An @FM-delimited array:
 <1> Owner window name
 <2> Command (second parameter for WinHelp)
 <3> extra Parameter (polymorphic third parameter for WinHelp)
ReturnvalueNonzero if the function is successful. Zero if the function was not successful.

Example

 

Code Block
/* runs the Windows Help 1.0 file NTHELP.HLP */
declare function utility
foo = utility ("RUNHELP", "NTHELP.HLP")

...

Refer to the Windows SDK manual for additional information about the WinHelp() function.

See Also