RUNHELP Service
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: Value <1> - Owner window name <2> - Command (second parameter for WinHelp) <3> - extra Parameter (polymorphic third parameter for WinHelp) |
Returns
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.
See Also
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