guides:programming:programmers_reference_manual:runhelp_service

RUNHELP Service

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.

ParameterDescription
<value>(Optional.) An @FM-delimited array:

Value
<1> - Owner window name
<2> - Command (second parameter for WinHelp)
<3> - extra Parameter (polymorphic third parameter for WinHelp)

Nonzero if the function is successful. Zero if the function was not successful.

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

BEEP Service

DESTROY Service

REMOVEDIR Service

CHOOSECOLOR Service

FLUSH Service

RENAMEDIR Service

CHOOSEDIR Service

GET_EVENT Service

RENAMEFILE Service

CHOOSEFILE Service

GETLOGICALDRIVES Service

RUNHELP Service

CHOOSEFONT Service

MAKEDIR Service

RUNWIN Service

COPYFILE Service

OBJECTID Service

TEXTRECT Service

CREATE Service

OBJECTLIST Service

WINCOUNT Service

CURSOR Service

PRINTSETUP Service

Utility function

  • guides/programming/programmers_reference_manual/runhelp_service.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1