Versions Compared

Key

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

...

Code Block
/* 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.

...